Open s2t2 opened 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.
Provides users with an option to return client responses in
pandas.DataFrame
format.Supercedes #1133