Datasets:
Add note about missing values
Browse files
README.md
CHANGED
@@ -3260,9 +3260,16 @@ size_categories:
|
|
3260 |
|
3261 |
<!-- Provide a quick summary of the dataset. -->
|
3262 |
|
3263 |
-
A dataset containing
|
3264 |
Please consider [donating](https://weblate.org/en/donate/) or [contributing](https://weblate.org/en/contribute/) to Weblate if you find this dataset useful.
|
3265 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3266 |
## Dataset Details
|
3267 |
|
3268 |
### Dataset Description
|
|
|
3260 |
|
3261 |
<!-- Provide a quick summary of the dataset. -->
|
3262 |
|
3263 |
+
A dataset containing strings from projects hosted on [Weblate](https://hosted.weblate.org) and their translations into other languages.
|
3264 |
Please consider [donating](https://weblate.org/en/donate/) or [contributing](https://weblate.org/en/contribute/) to Weblate if you find this dataset useful.
|
3265 |
|
3266 |
+
To avoid rows with values like "None" and "N/A" being interpreted as missing values, pass the keep_default_na parameter like this:
|
3267 |
+
```
|
3268 |
+
from datasets import load_dataset
|
3269 |
+
|
3270 |
+
dataset = load_dataset("ayymen/Weblate-Translations", keep_default_na=False)
|
3271 |
+
```
|
3272 |
+
|
3273 |
## Dataset Details
|
3274 |
|
3275 |
### Dataset Description
|