Summing with missing data appears to be broken in 0.16.2 when all elements are NA #10688
Labels
Build
Library building on various platforms
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Usage Question
Summing with missing data appear to be broken in 0.16.2. According to http://pandas.pydata.org/pandas-docs/version/0.16.2/missing_data.html#calculations-with-missing-data


When summing data, NA (missing) values will be treated as zero
=>>> If the data are all NA, the result will be NA <== This returns zero in 0.16.2 (it returns NA in 0.15.2).
Old behavior as specified in documentation:
New behavior which is different from documenation:
The text was updated successfully, but these errors were encountered: