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 write_database code blocks in user guide #15106

Merged

Conversation

JackRolfe
Copy link
Contributor

Changed the Python code examples for writing to a database in the user guide to match the py-polars polars.DataFrame.write_database API reference documentation. The current example of "uri=uri" returns an error when ran on the latest stable release of polars.

Changed the Python code examples for writing to a database in the user guide to match the py-polars polars.DataFrame.write_database API reference documentation. The current example of "uri=uri" returns an error when ran on the latest stable release of polars.
@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Mar 17, 2024
@JackRolfe
Copy link
Contributor Author

Closes #15107

Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.08%. Comparing base (5e795c2) to head (496c15b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15106   +/-   ##
=======================================
  Coverage   81.07%   81.08%           
=======================================
  Files        1342     1342           
  Lines      173973   173973           
  Branches     2459     2459           
=======================================
+ Hits       141052   141061    +9     
+ Misses      32454    32445    -9     
  Partials      467      467           

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

@ritchie46
Copy link
Member

Thanks!

@ritchie46 ritchie46 merged commit 4a91992 into pola-rs:main Mar 18, 2024
10 checks passed
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