Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update v1.4.3.rst
  • Loading branch information
KianShah authored Jun 21, 2022
commit cc41d3a66c6d1d52728da73348dd5cfed9d2c5bc
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.4.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Bug fixes
~~~~~~~~~
- Bug in :meth:`pd.eval`, :meth:`DataFrame.eval` and :meth:`DataFrame.query` where passing empty ``local_dict`` or ``global_dict`` was treated as passing ``None`` (:issue:`47084`)
- Most I/O methods do no longer suppress ``OSError`` and ``ValueError`` when closing file handles (:issue:`47136`)
- Fixed unintuitive error message in :meth:`DataFrame.from_dict` that didn't list 'tight' as an acceptable parameter
- Added parameter `tight` in :meth:`DataFrame.from_dict` error message

.. ---------------------------------------------------------------------------

Expand Down