Datasets:

Faton Rekathati commited on
Commit
e99c58b
1 Parent(s): f4fb971

fix birthyear feature misspelling

Browse files
Files changed (1) hide show
  1. rixvox.py +1 -1
rixvox.py CHANGED
@@ -75,7 +75,7 @@ class Rixvox(datasets.GeneratorBasedBuilder):
75
  "speaker": datasets.Value("string"),
76
  "party": datasets.Value("string"),
77
  "gender": datasets.Value("string"),
78
- "birthyear": datasets.Value("int64"),
79
  "electoral_district": datasets.Value("string"),
80
  "intressent_id": datasets.Value("string"),
81
  "speaker_from_id": datasets.Value("bool"),
 
75
  "speaker": datasets.Value("string"),
76
  "party": datasets.Value("string"),
77
  "gender": datasets.Value("string"),
78
+ "birth_year": datasets.Value("int64"),
79
  "electoral_district": datasets.Value("string"),
80
  "intressent_id": datasets.Value("string"),
81
  "speaker_from_id": datasets.Value("bool"),