matthewgilbert / blp

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

Why make bql long format? #46

Open postelrich opened 1 month ago

postelrich commented 1 month ago

bdh and bdp return data in wide format. Why does bql standalone in taking the data which is long format and convert it to long format? Multiple query responses?

gabriela0neagu commented 1 week ago

How can I make bquery.bql(expression) return a list of dataframes, instead of one dataframe?

postelrich commented 1 week ago

Thats my question, is it long format because multiple queries can be made in one call?