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.
Loading
Please register or sign in to comment
FEATURE Speed up df_refit_index() by using col != col.shift(1) rather than the much slower col.diff() != 0.