fix: change `c4_timestamp`'s dtype to `string` for consistency
Browse files- dataset_info.json +1 -1
dataset_info.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"_type": "Value"
|
14 |
},
|
15 |
"c4_timestamp": {
|
16 |
-
"dtype": "
|
17 |
"id": null,
|
18 |
"_type": "Value"
|
19 |
},
|
|
|
13 |
"_type": "Value"
|
14 |
},
|
15 |
"c4_timestamp": {
|
16 |
+
"dtype": "string",
|
17 |
"id": null,
|
18 |
"_type": "Value"
|
19 |
},
|