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

Allow PyDataFrame to be used from other projects #582

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Feb 10, 2024

Which issue does this PR close?

Closes #581

Rationale for this change

I would like other projects (such as PyBallista) to be able to re-use the PyDataFrame struct.

See apache/datafusion-ballista#976 for an example of how this is leveraged.

What changes are included in this PR?

Make some things public.

Are there any user-facing changes?

@@ -37,7 +37,7 @@ mod config;
#[allow(clippy::borrow_deref_ref)]
pub mod context;
#[allow(clippy::borrow_deref_ref)]
mod dataframe;
pub mod dataframe;
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the main change

@andygrove
Copy link
Member Author

@jdye64 fyi

Copy link
Contributor

@jdye64 jdye64 left a comment

Choose a reason for hiding this comment

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

Yeah makes sense. I keep meaning to just go through and do this to mostly all instances

@andygrove andygrove marked this pull request as ready for review February 10, 2024 16:56
@andygrove andygrove merged commit 5296c0c into apache:main Feb 10, 2024
10 checks passed
@andygrove andygrove deleted the public-pydataframe branch February 10, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I would like to be able to use PyDataFrame from other projects
2 participants