Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
lamblamb commited on
Commit
5605ece
1 Parent(s): 5ed5db3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ Contains
14
 
15
  All records have a `created_timestamp` field,
16
  which indicates the time that the given article was created.
17
- It may only be a year, or a full date in any format
18
  that is recognized by `pandas.Timestamp` with no additional arguments.
19
 
20
  ```
 
14
 
15
  All records have a `created_timestamp` field,
16
  which indicates the time that the given article was created.
17
+ Except for state code, which contains only a year, all datasets contain a full date in any format
18
  that is recognized by `pandas.Timestamp` with no additional arguments.
19
 
20
  ```