BitcoinHeist Ransomware Dataset
Ransomware address features on the Bitcoin Blockchain
@kaggle.sapere0_bitcoinheist_ransomware_dataset
Ransomware address features on the Bitcoin Blockchain
@kaggle.sapere0_bitcoinheist_ransomware_dataset
CREATE TABLE bitcoinheistdata (
"address" VARCHAR,
"year" BIGINT,
"day" BIGINT,
"length" BIGINT,
"weight" DOUBLE,
"count" BIGINT,
"looped" BIGINT,
"neighbors" BIGINT,
"income" DOUBLE,
"label" VARCHAR
);
Anyone who has the link will be able to view this.