mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
Alleviates bottleneck caused re-indexing into a pd.Series during a tight loop, by keeping track of the index value into the underlying `.values` in a lookup table. Based on suggestion from @dalejung