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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.1.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,7 @@ Other
401
401
- Bug in :meth:`DataFrame.to_records` incorrectly losing timezone information in timezone-aware ``datetime64`` columns (:issue:`32535`)
402
402
- Fixed :func:`pandas.testing.assert_series_equal` to correctly raise if left object is a different subclass with ``check_series_type=True`` (:issue:`32670`).
403
403
- :meth:`IntegerArray.astype` now supports ``datetime64`` dtype (:issue:32538`)
404
+
- Getting a missing attribute in a query/eval string raises the correct ``AttributeError`` (:issue:`32408`)
0 commit comments