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: include option 'delete_rows' into DataFrame.to_sql #61008

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

gmcrocetti
Copy link
Contributor

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Hello folks, I missed to add the documentation in this place so it is a patch to the original PR.

https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.DataFrame.to_sql.html#
There's no mention to delete_rows ☝️ .

Please let me know if there's any other place :)

cc @WillAyd , @mroeschke

@gmcrocetti gmcrocetti force-pushed the docs-to_sql-delete-rows branch from 077e720 to 4b5338e Compare February 25, 2025 22:13
…uite after adding a new example using 'delete_rows' to it.
@gmcrocetti gmcrocetti force-pushed the docs-to_sql-delete-rows branch from 4b5338e to 1c85333 Compare February 26, 2025 00:14
@mroeschke mroeschke added Docs IO SQL to_sql, read_sql, read_sql_query labels Feb 26, 2025
@mroeschke mroeschke added this to the 3.0 milestone Feb 26, 2025
@mroeschke mroeschke merged commit d1ec1a4 into pandas-dev:main Feb 26, 2025
48 checks passed
@mroeschke
Copy link
Member

Thanks @gmcrocetti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO SQL to_sql, read_sql, read_sql_query
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants