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 the output csv file, the text is not encoded correctly. Check if adding the encoding format when writing csv file will do the trick, df.to_csv("file.csv", encoding="utf-8")
The text was updated successfully, but these errors were encountered:
fix encoding issues like “age ≥12 and ≤20”,
In the output csv file, the text is not encoded correctly. Check if adding the encoding format when writing csv file will do the trick,
df.to_csv("file.csv", encoding="utf-8")
The text was updated successfully, but these errors were encountered: