sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
6.06k stars 2.21k forks source link

Data Client #1147

Open s2t2 opened 2 years ago

s2t2 commented 2 years ago

Provides users with an option to return client responses in pandas.DataFrame format.

Supercedes #1133

s2t2 commented 2 years ago
Screen Shot 2022-02-19 at 12 46 59 PM
s2t2 commented 2 years ago

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.