python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

Data Client

Open s2t2 opened this issue 3 years ago • 2 comments

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

Supercedes #1133

s2t2 avatar Feb 19 '22 17:02 s2t2

Screen Shot 2022-02-19 at 12 46 59 PM

s2t2 avatar Feb 19 '22 17:02 s2t2

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.

s2t2 avatar Feb 20 '22 13:02 s2t2