Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ dataset_info:
|
|
10 |
- name: attributes_json
|
11 |
dtype: string
|
12 |
- name: created_at
|
13 |
-
dtype: timestamp[
|
14 |
splits:
|
15 |
- name: train
|
16 |
num_bytes: 1013
|
@@ -36,7 +36,7 @@ Stores the nodes (vertices) of the crisis prediction graph, representing entitie
|
|
36 |
| node_type | string | Type of entity (e.g., "Airport", "Organization") |
|
37 |
| name | string | Human-readable name of the entity |
|
38 |
| attributes_json | string | JSON string containing node properties |
|
39 |
-
| created_at | timestamp[
|
40 |
|
41 |
**Example Entry**
|
42 |
```python
|
|
|
10 |
- name: attributes_json
|
11 |
dtype: string
|
12 |
- name: created_at
|
13 |
+
dtype: timestamp[ms]
|
14 |
splits:
|
15 |
- name: train
|
16 |
num_bytes: 1013
|
|
|
36 |
| node_type | string | Type of entity (e.g., "Airport", "Organization") |
|
37 |
| name | string | Human-readable name of the entity |
|
38 |
| attributes_json | string | JSON string containing node properties |
|
39 |
+
| created_at | timestamp[ms] | When the node was created |
|
40 |
|
41 |
**Example Entry**
|
42 |
```python
|