ayymen commited on
Commit
df92ce4
1 Parent(s): c6eef9a

Add note about missing values

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -738,6 +738,13 @@ annotations_creators:
738
  This is a dataset containing strings from various Mozilla projects on Mozilla's [Pontoon](https://pontoon.mozilla.org) localization platform and their translations into more than 200 languages.
739
  Source strings are in English.
740
 
 
 
 
 
 
 
 
741
  ## Dataset Details
742
 
743
  ### Dataset Description
 
738
  This is a dataset containing strings from various Mozilla projects on Mozilla's [Pontoon](https://pontoon.mozilla.org) localization platform and their translations into more than 200 languages.
739
  Source strings are in English.
740
 
741
+ To avoid rows with values like "None" and "N/A" being interpreted as missing values, pass the keep_default_na parameter like this:
742
+ ```
743
+ from datasets import load_dataset
744
+
745
+ dataset = load_dataset("ayymen/Weblate-Translations", keep_default_na=False)
746
+ ```
747
+
748
  ## Dataset Details
749
 
750
  ### Dataset Description