Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into bugfix-slice-selection
  • Loading branch information
tehunter committed Apr 15, 2024
commit c83b8ca43ec4b683bbeba9ce60bc2f4dd3e0144c
1 change: 1 addition & 0 deletions doc/source/whatsnew/v2.2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Bug fixes
- :meth:`DataFrame.__dataframe__` was showing bytemask instead of bitmask for ``'string[pyarrow]'`` validity buffer (:issue:`57762`)
- :meth:`DataFrame.__dataframe__` was showing non-null validity buffer (instead of ``None``) ``'string[pyarrow]'`` without missing values (:issue:`57761`)
- :meth:`DataFrame.__getitem__` was returning modified columns when called with ``slice`` on Python 3.12 (:issue:`57500`)
- :meth:`DataFrame.to_sql` was failing to find the right table when using the schema argument (:issue:`57539`)

.. ---------------------------------------------------------------------------
.. _whatsnew_222.other:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.