mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 15:43:07 +08:00
6dd1616c15
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.