fix: dataype

This commit is contained in:
2025-07-25 10:42:02 +02:00
parent 14fc302b28
commit 19c66fd0ee
3 changed files with 722 additions and 675 deletions
-1
View File
@@ -65,7 +65,6 @@ def process(df: pd.DataFrame) -> pd.DataFrame:
df['identified_name'] = None
df['identified_surname'] = None
df['annotated'] = 0
df['annotated'] = df['annotated'].astype('Int8')
# We can assume that if a name has exactly 3 words, the first two are the native name and the last is the surname
# This is a common pattern in Congolese names