We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandas.DataFrame.to_sql
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
The code example in pandas.DataFrame.to_sql isn't formatted properly.
(it's the example that inserts User 4 and User 5 into the db)
Note: You can check the latest versions of the docs on master here.
master
oh no, the code isn't formatted correctly!
The reason is there's no blank line before the code snippet, see:
pandas/pandas/core/generic.py
Lines 2692 to 2695 in b58ee57
Add a blank line above the code snippet :), i have a PR in progress
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Location of the documentation
The code example in pandas.DataFrame.to_sql isn't formatted properly.
(it's the example that inserts User 4 and User 5 into the db)
Note: You can check the latest versions of the docs on
master
here.Documentation problem
oh no, the code isn't formatted correctly!
Suggested fix for documentation
The reason is there's no blank line before the code snippet, see:
pandas/pandas/core/generic.py
Lines 2692 to 2695 in b58ee57
Add a blank line above the code snippet :), i have a PR in progress
The text was updated successfully, but these errors were encountered: