Closed
Description
arrow/python/pyarrow/pandas_compat.py
Line 426 in 234ff71
pandas_compat. _reconstruct_block
calls _int.make_block
with the kwarg fastpath=True
. We recently determined that fastpath
is not actually used anywhere within make_block
, so are moving towards removing it (pandas-dev/pandas#19265). Ideally it would be removed downstream first so we don't cause any collateral damage.
Metadata
Metadata
Assignees
Labels
No labels