transactions {RWgraph} | R Documentation |
Transactions' information
Description
A dataset containing information about 15379 transactions of a certain bank.
Usage
data(transactions)
Format
A data frame with 15379 rows and 5 variables
Details
nameOrig, character. ID of the client that initiated the transaction.
nameDest, character. ID of the client that received the transaction.
amount, numeric. Amount of money involved in the transaction in euros (€).
isFraud, boolean. Indicator whether the transaction was reported (1) or not (0).
transactionDate, character. Date of the transaction.
[Package RWgraph version 1.0.0 Index]