You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMPAT: Further Expand Compatibility with fromnumeric.py
Follow-on to #12810 by expanding compatibility with fromnumeric.py
in the following modules:
1) tslib.pyx
2) window.py
3) groupby.py and resample.py (shared classes)
Closes#12811.
Author: gfyoung <[email protected]>
Closes#13148 from gfyoung/fromnumeric-compat-continued and squashes the following commits:
eb4762c [gfyoung] COMPAT: Expand compatibility with fromnumeric.py
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.2.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ API changes
46
46
47
47
48
48
- Non-convertible dates in an excel date column will be returned without conversion and the column will be ``object`` dtype, rather than raising an exception (:issue:`10001`)
49
-
49
+
- Compat with ``np.round`` and timestamps (:issue:`12811`)
50
+
- An ``UnsupportedFunctionCall`` error is now raised if numpy ufuncs like ``np.mean`` are called on groupby or resample objects (:issue:`12811`)
0 commit comments