Upload dataset_info.json
Browse files- dataset_info.json +35 -0
dataset_info.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "int64",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"shop_id": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"description": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"gender": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"color": {
|
22 |
+
"dtype": "string",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"year": {
|
26 |
+
"dtype": "float64",
|
27 |
+
"_type": "Value"
|
28 |
+
},
|
29 |
+
"image": {
|
30 |
+
"_type": "Image"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"homepage": "",
|
34 |
+
"license": ""
|
35 |
+
}
|