-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: read_sql reading duplicate tz aware columns #53311
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
Conversation
pandas/tests/io/test_sql.py
Outdated
@pytest.mark.parametrize("conn", postgresql_connectable) | ||
def test_self_join_date_columns(conn, request): | ||
# GH 44421 | ||
conn = request.getfixturevalue(conn) |
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 we add this to the Postgres class? The classes are skipped when no db is detected
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.
Sure moved (though I think eventually we should move these classes to the functional fixture instead of the class based ones)
Going to merge, but happy to follow up if needed |
* BUG: read_sql reading duplicate tz aware columns * Use isetitem * Move to postgres class
* BUG: read_sql reading duplicate tz aware columns * Use isetitem * Move to postgres class
@mroeschke thanks! Any chance this bugfix could be backported to pandas 2.0.x too? |
Typically the backport branch is only maintained until the following minor release or just after. Now that the latest version is 2.2.0, it is extremely unlikely that any further patch releases will happen in the 2.0.x branch. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.