Datasets:
reflect new feature type for date in datacard
#2
by
davanstrien
HF staff
- opened
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")
|