Skip to content
Commit 576e6f67 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.datautils: Speedup df_refit_index()

FEATURE

Speed up df_refit_index() by using col != col.shift(1) rather than the
much slower col.diff() != 0.
parent 5ce348f3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment