Skip to content

Commit d18922e

Browse files
Fix whatsnew
1 parent 03648eb commit d18922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ I/O
796796
- Bug in :func:`read_excel` dropping empty values from single-column spreadsheets (:issue:`39808`)
797797
- Bug in :meth:`DataFrame.to_string` misplacing the truncation column when ``index=False`` (:issue:`40907`)
798798
- Bug in :func:`read_orc` always raising ``AttributeError`` (:issue:`40918`)
799+
- Bug in the conversion from pyarrow to pandas (e.g. for reading Parquet) with nullable dtypes and a pyarrow array whose data buffer size is not a multiple of dtype size (:issue:`40896`)
799800

800801
Period
801802
^^^^^^
@@ -882,7 +883,6 @@ ExtensionArray
882883
- Fixed bug where :meth:`Series.idxmax`, :meth:`Series.idxmin` and ``argmax/min`` fail when the underlying data is :class:`ExtensionArray` (:issue:`32749`, :issue:`33719`, :issue:`36566`)
883884
- Fixed a bug where some properties of subclasses of :class:`PandasExtensionDtype` where improperly cached (:issue:`40329`)
884885
- Bug in :meth:`DataFrame.mask` where masking a :class:`Dataframe` with an :class:`ExtensionArray` dtype raises ``ValueError`` (:issue:`40941`)
885-
- Bug in :func:`pyarrow_array_to_numpy_and_mask` when converting a pyarrow array who's data buffer size is not a multiple of dtype size (:issue:`40896`)
886886

887887
Styler
888888
^^^^^^

0 commit comments

Comments
 (0)