mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:23:38 +08:00
12f1429a8c
When retrieving the open and close for a given session, we only care about the scalar values, so using DataFrame.at instead of DataFrame.loc is significantly faster.