Skip to content
Commit 5ce348f3 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.datautils: Remove df_refit_index(method=...) parameter

BREAKING CHANGE

Remove the "method" parameter and make the function effectively match
the behavior of passing method='pre'.

The parameter was never needed in practice and made implementing a
streaming version harder for no benefit. Changing the behavior from
"inclusive" to "pre" means the last row added by df_refit_index() will
not be reflecting the future value of the signal but instead the actual
current value of the signal at that timestamp. This should have very
little effect on real-world computations, as the last row is usually not
really used for anything else than its timestamp.
parent 32756153
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