Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ from datasets import load_dataset
|
|
57 |
dataset = load_dataset("unimelb-nlp/Multi-EuP", keep_default_na=False)
|
58 |
```
|
59 |
|
60 |
-
Note: It's crucial to use **keep_default_na=False** because some datasets contain 'null' values, such as qid_GA, due to the Irish
|
61 |
|
62 |
### Dataset Description
|
63 |
|
|
|
57 |
dataset = load_dataset("unimelb-nlp/Multi-EuP", keep_default_na=False)
|
58 |
```
|
59 |
|
60 |
+
Note: It's crucial to use **keep_default_na=False** because some datasets contain 'null' values, such as qid_GA, due to the Irish (GA) debate titles not being published before it became an official EU language on 1 January 2022. Additionally, some debate text may not belong to the active 705 MEP, resulting in missing matching information.
|
61 |
|
62 |
### Dataset Description
|
63 |
|