We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cff23 commit 8abd46cCopy full SHA for 8abd46c
RELEASE.rst
@@ -45,6 +45,10 @@ pandas 0.10.0
45
46
**API Changes**
47
48
+ - The default binning/labeling behavior for ``resample`` has been changed to
49
+ `closed='left', label='left'` for daily and lower frequencies. This had
50
+ been a large source of confusion for users. See "what's new" page for more
51
+ on this. (#2410)
52
- inf/-inf are no longer considered as NA by isnull/notnull. To be clear, this
53
is legacy cruft from early pandas. This behavior can be globally re-enabled
54
using pandas.core.common.use_inf_as_na (#2050, #1919)
0 commit comments