mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +08:00
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.