You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "simicd (via GitHub)" <gi...@apache.org> on 2023/02/25 14:40:42 UTC

[GitHub] [arrow-datafusion-python] simicd opened a new issue, #235: Additional dataframe export functions

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove closed issue #235: Additional dataframe export functions

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #235: Additional dataframe export functions
URL: https://github.com/apache/arrow-datafusion-python/issues/235


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org