python-binance
python-binance copied to clipboard
Data Client
Provides users with an option to return client responses in pandas.DataFrame format.
Supercedes #1133
Hi @mrbaguvix thanks for the review.
Just curious why redeclare
klines_df = historical_klines_response_df
This was mostly for brevity in reading the test scenarios. But it's not necessary and the long variable name can be used instead.