Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,8 @@ dataset_info:
|
|
20 |
dtype: string
|
21 |
- name: DATE
|
22 |
dtype: string
|
|
|
|
|
23 |
- name: Country1
|
24 |
dtype: string
|
25 |
- name: Country2
|
@@ -53,7 +55,8 @@ This dataset was introduced in:
|
|
53 |
|--------------|-----------------------------------------------------------------------------|
|
54 |
| `EventID` | Unique identifier for the event |
|
55 |
| `SourceURL` | URL of the news article reporting the event |
|
56 |
-
| `DATE` | Publication date of the article in `YYYYMMDDHHMMSS` format
|
|
|
57 |
| `Country1` | The first country involved in the event |
|
58 |
| `Country2` | The second country involved in the event |
|
59 |
| `Score` | Numerical value (0.0-1.0) representing the relationship between countries. A score close to **0.0** indicates **cooperation**, while a score close to **1.0** indicates **conflict**. |
|
|
|
20 |
dtype: string
|
21 |
- name: DATE
|
22 |
dtype: string
|
23 |
+
- name: CONTENT
|
24 |
+
dtype: string
|
25 |
- name: Country1
|
26 |
dtype: string
|
27 |
- name: Country2
|
|
|
55 |
|--------------|-----------------------------------------------------------------------------|
|
56 |
| `EventID` | Unique identifier for the event |
|
57 |
| `SourceURL` | URL of the news article reporting the event |
|
58 |
+
| `DATE` | Publication date of the article in `YYYYMMDDHHMMSS` format |
|
59 |
+
| `CONTENT` | Content of the news article |
|
60 |
| `Country1` | The first country involved in the event |
|
61 |
| `Country2` | The second country involved in the event |
|
62 |
| `Score` | Numerical value (0.0-1.0) representing the relationship between countries. A score close to **0.0** indicates **cooperation**, while a score close to **1.0** indicates **conflict**. |
|