-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Labels
API DesignIO CSVread_csv, to_csvread_csv, to_csvTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
Note for 0.14.1: need to add back #N/A N/A
to na_values defaults
in pandas 0.12
i found a little bug:
this:
_NA_VALUES = set(['-1.#IND', '1.#QNAN', '1.#IND', '-1.#QNAN',
'#N/A N/A', 'NA', '#NA', 'NULL', 'NaN',
'nan', ''])
must be:
_NA_VALUES = set(['-1.#IND', '1.#QNAN', '1.#IND', '-1.#QNAN',
'#N/A','N/A', 'NA', '#NA', 'NULL', 'NaN',
'nan', ''])
thank you
Glauco
Metadata
Metadata
Assignees
Labels
API DesignIO CSVread_csv, to_csvread_csv, to_csvTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite