simicd opened a new issue, #235: URL: https://github.com/apache/arrow-datafusion-python/issues/235
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In order to make it easier to use datafusion with other Python libraries, implement additional export functions: - to_arrow_table: Construct Arrow Table; this can be used for instance to create a polars dataframe - to_pylist: Each list item represents one row encoded as dictionary - to_pydict: Each dictionary key is a column and the dictionary value represents the column values **Describe the solution you'd like** Implement functions using [pyarrow Table](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table) `to_...` methods **Describe alternatives you've considered** n/a **Additional context** See also conversation in #139 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
