Datasets:
Commit
•
24b7cc1
1
Parent(s):
d1074a4
reflect new feature type for date in datacard (#2)
Browse files- reflect new feature type for date in datacard (31b8ca8c145480efa6701cc2edf0be37d185cd32)
README.md
CHANGED
@@ -88,7 +88,7 @@ The dataset contains the following fields:
|
|
88 |
|
89 |
- `id`: Unique identifier("string"),
|
90 |
- `text`: ext in the document("string"),
|
91 |
-
- `date`: Date of publication("
|
92 |
- `genre`: Broad classification("string"),
|
93 |
- `head`: Often same as title. Can be missing("string"),
|
94 |
- `title`: Title of document("string")
|
|
|
88 |
|
89 |
- `id`: Unique identifier("string"),
|
90 |
- `text`: ext in the document("string"),
|
91 |
+
- `date`: Date of publication("date64"),
|
92 |
- `genre`: Broad classification("string"),
|
93 |
- `head`: Often same as title. Can be missing("string"),
|
94 |
- `title`: Title of document("string")
|