mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 05:32:55 +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.