We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61793b6 commit 2688554Copy full SHA for 2688554
RELEASE.rst
@@ -58,6 +58,8 @@ pandas 0.10.0
58
`closed='left', label='left'` for daily and lower frequencies. This had
59
been a large source of confusion for users. See "what's new" page for more
60
on this. (#2410)
61
+ - Methods with ``inplace`` option now return None instead of the calling
62
+ (modified) object (#1893)
63
- inf/-inf are no longer considered as NA by isnull/notnull. To be clear, this
64
is legacy cruft from early pandas. This behavior can be globally re-enabled
65
using pandas.core.common.use_inf_as_na (#2050, #1919)
0 commit comments