matthewgilbert / blp

Pythonic interface for Bloomberg Open API
Apache License 2.0
115 stars 25 forks source link

Refactor `bquery.bql` method so a list is returned #36

Closed avantgardeam closed 9 months ago

avantgardeam commented 9 months ago

Hello, @matthewgilbert,

This PR addresses Issue #30 by updating the bquery.bql method. It now returns a list of dataframes, instead of merging them into one. I've also revised the documentation to reflect this change.

Have a great New Year!

matthewgilbert commented 9 months ago

Looks good to me, thanks @avantgardeam !