pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

DOC: Add DataFrame.median() to the deprecated automatic downcasting list in release notes 2.2.0 #59128

Closed Castleone98 closed 3 days ago

Castleone98 commented 3 days ago
Castleone98 commented 3 days ago

In version 2.1.4, the median function in pandas automatically performed downcasting from object to float64. However, in version 2.2.0, this automatic downcasting no longer occurs.

mroeschke commented 3 days ago

Thanks for the pull request, but the project does not unfortunately update old release notes. Sorry for this over site when originally crafting these release notes but closing this PR