79578325

Date: 2025-04-17 01:46:59
Score: 1
Natty:
Report link

You can also specify missing values during DataFrame creation, specially if you are reading this from a file.


import pandas as pd

df = pd.read_csv("some_file.csv", na_values=["?"])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hsenpaws