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
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.
The text was updated successfully, but these errors were encountered:
arrow/python/pyarrow/pandas_compat.py
Line 426 in 234ff71
pandas_compat. _reconstruct_block
calls_int.make_block
with the kwargfastpath=True
. We recently determined thatfastpath
is not actually used anywhere withinmake_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.The text was updated successfully, but these errors were encountered: