MLNTeam-Unical commited on
Commit
4eab504
1 Parent(s): 71ef449

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: num_sales
5
+ dtype: int64
6
+ - name: fees_seller
7
+ dtype: float64
8
+ - name: fees_opensea
9
+ dtype: float64
10
+ - name: fees_seller_usd
11
+ dtype: float64
12
+ - name: fees_opensea_usd
13
+ dtype: float64
14
+ - name: tx_timestamp
15
+ dtype: string
16
+ - name: price
17
+ dtype: float64
18
+ - name: gain
19
+ dtype: float64
20
+ - name: usd_price
21
+ dtype: float64
22
+ - name: usd_gain
23
+ dtype: float64
24
+ - name: token
25
+ dtype: string
26
+ - name: to_eth
27
+ dtype: float64
28
+ - name: to_usd
29
+ dtype: float64
30
+ - name: created_date
31
+ dtype: string
32
+ - name: chain
33
+ dtype: string
34
+ - name: token_type
35
+ dtype: string
36
+ - name: asset_contract_type
37
+ dtype: string
38
+ - name: asset_type
39
+ dtype: string
40
+ - name: payout_collection_address
41
+ dtype: int64
42
+ - name: from_account
43
+ dtype: int64
44
+ - name: to_account
45
+ dtype: int64
46
+ - name: seller_account
47
+ dtype: int64
48
+ - name: winner_account
49
+ dtype: int64
50
+ - name: contract_address
51
+ dtype: int64
52
+ - name: nft_image
53
+ dtype: int64
54
+ - name: collection_image
55
+ dtype: int64
56
+ - name: token_id
57
+ dtype: int64
58
+ - name: nft_name
59
+ dtype: int64
60
+ - name: nft_description
61
+ dtype: int64
62
+ - name: collection_name
63
+ dtype: int64
64
+ - name: collection_description
65
+ dtype: int64
66
+ splits:
67
+ - name: train
68
+ num_bytes: 21291348001
69
+ num_examples: 70972143
70
+ download_size: 6633664673
71
+ dataset_size: 21291348001
72
+ ---
73
+ # Dataset Card for "NFT-70M_transactions"
74
+
75
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)