Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Feb 28, 2023

Conversation

simicd
Copy link
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
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