dwb2023 commited on
Commit
c85a58d
·
verified ·
1 Parent(s): 4e6434c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ dataset_info:
10
  - name: attributes_json
11
  dtype: string
12
  - name: created_at
13
- dtype: timestamp[s]
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[s] | When the node was created |
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