You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in German, 'null' (zero) is being converted to NaN by pandas when it is the only word present in the transcript (due to single-word-target-segments data)
in German, 'null' (zero) is being converted to
NaN
by pandas when it is the only word present in the transcript (due to single-word-target-segments data)One option is to use
filter_na=False
when reading Common Voice TSVshttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
however, we should also first check for truly missing values in the sentence transcription column
The text was updated successfully, but these errors were encountered: