Series.resample('1S', how='last') on series with dtype=datetime64[ns] is very slow #7754
Labels
Datetime
Datetime data dtype
Dtype Conversions
Unexpected or buggy dtype conversions
Performance
Memory or execution speed performance
Resample
resample method
Milestone
example test:
output shows 14sec vs 0.5sec:
resampling the int series took 0:00:00.054000 (H:M:S)
resampling the datetime64[ns] series took 0:00:14.350000 (H:M:S)
The text was updated successfully, but these errors were encountered: