transactions {RWgraph} | R Documentation |
A dataset containing information about 15379 transactions of a certain bank.
data(transactions)
A data frame with 15379 rows and 5 variables
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.