dwb2023 commited on
Commit
7097c0b
·
verified ·
1 Parent(s): cec8f3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -10,11 +10,11 @@ dataset_info:
10
  - name: properties_json
11
  dtype: string
12
  - name: valid_from
13
- dtype: timestamp[s]
14
  - name: valid_to
15
- dtype: timestamp[s]
16
  - name: created_at
17
- dtype: timestamp[s]
18
  splits:
19
  - name: train
20
  num_bytes: 615
@@ -40,9 +40,9 @@ Stores the edges (relationships) between nodes in the crisis prediction graph, r
40
  | target_node_id | string | ID of the target node |
41
  | relationship_type | string | Type of relationship (e.g., "IMPACTS", "ROUTED_THROUGH") |
42
  | properties_json | string | JSON string containing edge properties |
43
- | valid_from | timestamp[s] | When the relationship became valid |
44
- | valid_to | timestamp[s] | When the relationship expired/will expire |
45
- | created_at | timestamp[s] | When the edge was created |
46
 
47
  **Example Entry**
48
  ```python
 
10
  - name: properties_json
11
  dtype: string
12
  - name: valid_from
13
+ dtype: timestamp[ms]
14
  - name: valid_to
15
+ dtype: timestamp[ms]
16
  - name: created_at
17
+ dtype: timestamp[ms]
18
  splits:
19
  - name: train
20
  num_bytes: 615
 
40
  | target_node_id | string | ID of the target node |
41
  | relationship_type | string | Type of relationship (e.g., "IMPACTS", "ROUTED_THROUGH") |
42
  | properties_json | string | JSON string containing edge properties |
43
+ | valid_from | timestamp[ms] | When the relationship became valid |
44
+ | valid_to | timestamp[ms] | When the relationship expired/will expire |
45
+ | created_at | timestamp[ms] | When the edge was created |
46
 
47
  **Example Entry**
48
  ```python