Ethereum Transactions For Fraud Detection
Leveraging Blockchain Data for Advanced Fraud Detection in Ethereum Transactions
@kaggle.chaitya0623_ethereum_transactions_for_fraud_detection
Leveraging Blockchain Data for Advanced Fraud Detection in Ethereum Transactions
@kaggle.chaitya0623_ethereum_transactions_for_fraud_detection
CREATE TABLE first_order_df (
"unnamed_0" BIGINT,
"txhash" VARCHAR,
"blockheight" BIGINT,
"timestamp" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" DOUBLE,
"iserror" BIGINT
);
CREATE TABLE second_order_df (
"unnamed_0" BIGINT,
"txhash" VARCHAR,
"blockheight" BIGINT,
"timestamp" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" DOUBLE,
"iserror" BIGINT
);
Anyone who has the link will be able to view this.