use_inf_as_null makes fillna extremely slow #12257
Labels
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Performance
Memory or execution speed performance
Setting
mode.use_inf_as_null=True
makesfillna
extremely slow (about 14sec).The most of time is spent on
self._data.fillna
(core/generic.py:2833)slow_fillna.msgpack.gz
The text was updated successfully, but these errors were encountered: