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/v2.2.2.rst
-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ Bug fixes
42
42
- :meth:`DataFrame.__dataframe__` was showing bytemask instead of bitmask for ``'string[pyarrow]'`` validity buffer (:issue:`57762`)
43
43
- :meth:`DataFrame.__dataframe__` was showing non-null validity buffer (instead of ``None``) ``'string[pyarrow]'`` without missing values (:issue:`57761`)
44
44
- :meth:`DataFrame.to_sql` was failing to find the right table when using the schema argument (:issue:`57539`)
45
-
- :meth:`HDFStore.get` was failing to save data of dtype datetime64[s] correctly (:issue:`59004`)
0 commit comments