"NA" value from Excel read by Pandas as nan #11839
Labels
IO Excel
read_excel, to_excel
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Usage Question
When doing a:
df = pd.read_excel('cb2.xlsx') in the column 'Zone', in which there are strings like "APAC", "EUR", "NA"
Surprisingly, the value "NA" is interpreted by pandas as nan
cb2.xlsx
The text was updated successfully, but these errors were encountered: