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
Expands compatibility with fromnumeric.py in tslib.pyx and
puts checks in window.py, groupby.py, and resample.py to
ensure that pandas functions such as 'mean' are not called
via the numpy library.
Closesgh-12811.
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
+
- Compatibility with NumPy array methods has been expanded to timestamps (:issue: `12811`)
50
+
- An ``UnsupportedFunctionCall`` error is now raised if groupby or resample functions like ``mean`` are called via NumPy (:issue: `12811`)
0 commit comments