Skip to content

feature: Create dataframe from pandas, polars, dictionary, list or pyarrow Table#242

Merged
andygrove merged 5 commits intoapache:mainfrom
simicd:feature/import
Feb 28, 2023
Merged

feature: Create dataframe from pandas, polars, dictionary, list or pyarrow Table#242
andygrove merged 5 commits intoapache:mainfrom
simicd:feature/import

Conversation

@simicd
Copy link
Copy Markdown
Contributor

@simicd simicd commented Feb 26, 2023

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:
    • from_pydict
    • from_pylist
    • from_pandas
    • from_polars
    • from_arrow_table
  • Document new functions

Are there any user-facing changes?

New context functions listed above

Copy link
Copy Markdown
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @simicd!

@andygrove andygrove merged commit 613ca34 into apache:main Feb 28, 2023
@simicd simicd deleted the feature/import branch March 4, 2023 12:10
@andygrove andygrove added the enhancement New feature or request label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create dataframes from Python objects (pandas, polars, dictionary, list, pyarrow Table)

2 participants