davidgasquez commited on
Commit
5769efd
1 Parent(s): da8024c

Add README.md with dataset details

Browse files
Files changed (1) hide show
  1. README.md +13 -30
README.md CHANGED
@@ -1,32 +1,15 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: asteroidLabel
5
- dtype: string
6
- - name: discovered
7
- dtype: string
8
- - name: discovererLabel
9
- dtype: string
10
- splits:
11
- - name: main
12
- num_bytes: 4849438
13
- num_examples: 68286
14
- download_size: 1046032
15
- dataset_size: 4849438
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: main
20
- path: data/main-*
21
- license: mit
22
- task_categories:
23
- - tabular-classification
24
- tags:
25
- - astronomy
26
- size_categories:
27
- - 10K<n<100K
28
- ---
29
 
30
- # WikiData Asteroids
31
 
32
- Asteroid information gathered from WikiData GraphQL Endpoints by [Datadex](https://github.com/datonic/datadex).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
+ # Wikidata Asteroids Dataset
3
 
4
+ This dataset contains information about asteroids from Wikidata.
5
+
6
+ ## Dataset Details
7
+
8
+ - **Number of rows:** 68286
9
+ - **Number of columns:** 3
10
+
11
+ ## Columns
12
+
13
+ - **asteroidLabel**
14
+ - **discovered**
15
+ - **discovererLabel**