-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Added Engine Disposal Documentation #27972
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
Added Engine Disposal Documentation #27972
Conversation
9aa0b10
to
0561adc
Compare
or DBAPI2 connection (fallback mode) | ||
Using SQLAlchemy makes it possible to use any DB supported by that | ||
library. Legacy support is provided for sqlite3.Connection objects. | ||
Note: The user is responsible for engine disposal and connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: The user is responsible for engine disposal and connection | |
Note: The user is responsible for engine disposal and connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For these "Note:" sections, let's add a newline above (this applies to your other changes)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey I added the newline however its not rendering in the documentation generated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they end up in the same paragraph in the generated HTML.
Created hyperlink to SQLAlchemy docs for Engine Disposal responsibilities of user. Unified wording of legacy support for sqlite
a4e7142
to
11f3463
Compare
Can you fix merge conflict and address comments? |
@@ -72,7 +72,6 @@ I/O | |||
|
|||
- Avoid calling ``S3File.s3`` when reading parquet, as this was removed in s3fs version 0.3.0 (:issue:`27756`) | |||
- Better error message when a negative header is passed in :func:`pandas.read_csv` (:issue:`27779`) | |||
- Follow the ``min_rows`` display option (introduced in v0.25.0) correctly in the HTML repr in the notebook (:issue:`27991`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you revert this file
can you merge master and revert the 0.25.1 file |
Nice idea but looks like this has gone stale so closing; ping if you'd like to pick this back up |
Created hyperlink to SQLAlchemy docs for Engine Disposal
responsibilities of user. Unified wording of legacy support for sqlite
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff