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

docs(python): Update example for writing to cloud storage #20265

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Dec 12, 2024

Add an example above the existing one that shows directly writing to S3 without additional dependencies.

The existing example is also adjusted to showcase writing a gzipped CSV to S3 using Python files - as that cannot yet be done natively.

ref #18040

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Dec 12, 2024
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.99%. Comparing base (6aaa98c) to head (b68d118).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20265   +/-   ##
=======================================
  Coverage   78.99%   78.99%           
=======================================
  Files        1562     1562           
  Lines      220104   220104           
  Branches     2486     2486           
=======================================
  Hits       173865   173865           
  Misses      45666    45666           
  Partials      573      573           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@braaannigan
Copy link
Collaborator

@nameexhaustion You're probably aware of this but there is also some commentary about needing s3fs in the corresponding .md page

@nameexhaustion
Copy link
Collaborator Author

@nameexhaustion You're probably aware of this but there is also some commentary about needing s3fs in the corresponding .md page

Yes, we will need this for now as some functions such as read_csv still rely on those until they are phased out in a breaking release.

@nameexhaustion nameexhaustion marked this pull request as ready for review December 23, 2024 10:05
@nameexhaustion nameexhaustion marked this pull request as draft December 23, 2024 10:05
@nameexhaustion nameexhaustion marked this pull request as ready for review December 23, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants