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

[GitHub] [arrow-datafusion-python] krzysztof-kwitt commented on issue #139: Make it easier to create a Pandas dataframe from DataFusion query results

krzysztof-kwitt commented on issue #139:
URL: https://github.com/apache/arrow-datafusion-python/issues/139#issuecomment-1435009607

   What do you think about following snippet?
   ``
   df = Table.from_batches(batches).to_pandas()
   ``
   `batches` can be sequence or iteratorr of RecordBatch.


-- 
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