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.
FEATURE
Speed up df_refit_index() by using col != col.shift(1) rather than the much slower col.diff() != 0.