mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-20 12:10:30 +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