DropTheHQ commited on
Commit
a7fff53
·
verified ·
1 Parent(s): 66d898e

Add dataset card with source links

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - cryptocurrency
9
+ - bitcoin
10
+ - blockchain
11
+ - data-analysis
12
+ - finance
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+
17
+ # Cryptocurrency Mortality Index
18
+
19
+ 15,261 cryptocurrencies tracked with current status, market data, and mortality indicators.
20
+
21
+ ## Source
22
+
23
+ [DropThe.org](https://dropthe.org) — Data platform tracking 1.83 million entities including 16K+ cryptocurrencies.
24
+
25
+ ## Analysis
26
+
27
+ - [The Crypto Graveyard: Dead Coins Data](https://dropthe.org/crypto/crypto-graveyard-dead-coins-data/)
28
+ - [91% of Crypto Never Recovered](https://dropthe.org/coin/crypto-graveyard-coins-never-recovered/)
29
+ - [We Tracked 16,000 Tokens](https://dropthe.org/coin/crypto-token-lifespan-data-16000/)
30
+
31
+ ## Fields
32
+
33
+ | Field | Description |
34
+ |-------|-------------|
35
+ | name | Cryptocurrency name |
36
+ | symbol | Ticker symbol |
37
+ | slug | URL-safe identifier |
38
+ | status | Current status |
39
+ | market_cap | Market capitalization (USD) |
40
+ | price | Current price (USD) |
41
+
42
+ ## Links
43
+
44
+ - [DropThe.org](https://dropthe.org)
45
+ - [Crypto Statistics](https://dropthe.org/data/statistics/crypto/)
46
+ - [Methodology](https://dropthe.org/good/methodology/)