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

Add Python bindings for DataFrame methods write_csv, write_parquet, and write_json #26

Closed
Tracked by #24
andygrove opened this issue Aug 7, 2022 · 0 comments · Fixed by #58
Closed
Tracked by #24
Labels
good first issue Good for newcomers

Comments

@andygrove
Copy link
Member

The Rust implementation of DataFrame has write_csv, write_parquet, and write_json and we need to expose those in Python

@andygrove andygrove added the good first issue Good for newcomers label Aug 7, 2022
@andygrove andygrove changed the title Add write_* methods to DataFrame Add write_csv, write_parquet, write_json methods to DataFrame Aug 7, 2022
@andygrove andygrove changed the title Add write_csv, write_parquet, write_json methods to DataFrame Add write_csv, write_parquet, write_json methods to DataFrame Aug 7, 2022
@andygrove andygrove changed the title Add write_csv, write_parquet, write_json methods to DataFrame Add Python bindings for DataFrame methods write_csv, write_parquet, and write_json Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant