Update README.md
Browse files
README.md
CHANGED
@@ -14,11 +14,11 @@ dataset_info:
|
|
14 |
- name: description
|
15 |
dtype: string
|
16 |
- name: last_updated
|
17 |
-
dtype: timestamp[
|
18 |
- name: coverage_timeframe
|
19 |
dtype: string
|
20 |
- name: created_at
|
21 |
-
dtype: timestamp[
|
22 |
splits:
|
23 |
- name: train
|
24 |
num_bytes: 3419
|
@@ -55,9 +55,9 @@ The catalog uses the following schema to track and document datasets:
|
|
55 |
| supported_entities | sequence[string] | List of entity types contained in the dataset (e.g., ["Airport", "Flight", "Policy"]) |
|
56 |
| supported_events | sequence[string] | List of event types the dataset can track (e.g., ["FlightCancellation", "HubClosure"]) |
|
57 |
| description | string | Detailed description of the dataset's contents, format, and relevance to crisis prediction |
|
58 |
-
| last_updated | timestamp[
|
59 |
| coverage_timeframe | string | Time period covered by the dataset (e.g., "2020-03-20 to 2020-03-27") |
|
60 |
-
| created_at | timestamp[
|
61 |
|
62 |
### Example Entry
|
63 |
```sql
|
|
|
14 |
- name: description
|
15 |
dtype: string
|
16 |
- name: last_updated
|
17 |
+
dtype: timestamp[ms]
|
18 |
- name: coverage_timeframe
|
19 |
dtype: string
|
20 |
- name: created_at
|
21 |
+
dtype: timestamp[ms]
|
22 |
splits:
|
23 |
- name: train
|
24 |
num_bytes: 3419
|
|
|
55 |
| supported_entities | sequence[string] | List of entity types contained in the dataset (e.g., ["Airport", "Flight", "Policy"]) |
|
56 |
| supported_events | sequence[string] | List of event types the dataset can track (e.g., ["FlightCancellation", "HubClosure"]) |
|
57 |
| description | string | Detailed description of the dataset's contents, format, and relevance to crisis prediction |
|
58 |
+
| last_updated | timestamp[ms] | When the dataset itself was last updated, in milliseconds since epoch |
|
59 |
| coverage_timeframe | string | Time period covered by the dataset (e.g., "2020-03-20 to 2020-03-27") |
|
60 |
+
| created_at | timestamp[ms] | When this catalog entry was created, in milliseconds since epoch |
|
61 |
|
62 |
### Example Entry
|
63 |
```sql
|