Enhancements
- Adding `raw_query(query, export_format)` to retrieve responses in one of the supported export formats for `/api/dataset/{export_format}` (`csv`, `json`, `xslx`)
Bug fix
- `get_dataframe` uses `raw_query` with `export_format="csv"` to guarantee that the result set has a column ordering equal to the ordering specified by the query statement