Int32Dtype will error when filling float values with the function fillna() #49954
Closed
1 task done
Labels
Docs
Needs Info
Clarification about behavior needed to assess issue
Needs Triage
Issue that has not been reviewed by a pandas team member
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.Series.fillna.html?highlight=fillna#pandas.Series.fillna
https://pandas.pydata.org/docs/reference/api/pandas.Int32Dtype.html?highlight=int32#pandas.Int32Dtype
Documentation problem
version 1.3.5: cannot safely cast non-equivalent float64 to Int32
version 1.5.2 : Invalid value '1.1' for dtype Int32
Suggested fix for documentation
IntDtype automatically converts to float
The text was updated successfully, but these errors were encountered: