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/26 13:30:58 UTC

[GitHub] [arrow-datafusion-python] simicd opened a new pull request, #242: feature: Create dataframe from pandas, polars, dictionary, list or pyarrow Table

simicd opened a new pull request, #242:
URL: https://github.com/apache/arrow-datafusion-python/pull/242

   # Which issue does this PR close?
   
   Closes #241.
   
    # Rationale for this change
   Better integration with Python language & popular libraries
   
   # What changes are included in this PR?
   - Implement functions that construct datafusion DataFrames:
      - [x] from_pydict
      - [x] from_pylist
      - [x] from_pandas
      - [x] from_polars
      - [x] from_arrow_table
   - Document new functions
   
   # Are there any user-facing changes?
   New context functions listed above
   


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


[GitHub] [arrow-datafusion-python] andygrove merged pull request #242: feature: Create dataframe from pandas, polars, dictionary, list or pyarrow Table

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove merged PR #242:
URL: https://github.com/apache/arrow-datafusion-python/pull/242


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