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

lisa.datautils: Speed up *_window()

Avoid using pandas.Index.get_loc() that is very slow, and use
pandas.Index.searchsorted() instead.
parent 37b1914b
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