Skip to content

Commit 0a3a36d

Browse files
committed
Add whatsnew note about missing attributes
1 parent f8fe5ff commit 0a3a36d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ Other
401401
- Bug in :meth:`DataFrame.to_records` incorrectly losing timezone information in timezone-aware ``datetime64`` columns (:issue:`32535`)
402402
- Fixed :func:`pandas.testing.assert_series_equal` to correctly raise if left object is a different subclass with ``check_series_type=True`` (:issue:`32670`).
403403
- :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`)
404405

405406
.. ---------------------------------------------------------------------------
406407

0 commit comments

Comments
 (0)