Closed irinakhismatullina closed 5 years ago
Just add keep_defaults_na = False to all pandas.read_csv() and small fix of outdated test data format (lists instead of strings).
keep_defaults_na = False
pandas.read_csv()
Just add
keep_defaults_na = False
to allpandas.read_csv()
and small fix of outdated test data format (lists instead of strings).