Skip to content

BUG: #51083

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

Closed
3 tasks done
csg-dev opened this issue Jan 31, 2023 · 1 comment
Closed
3 tasks done

BUG: #51083

csg-dev opened this issue Jan 31, 2023 · 1 comment
Labels
Bug Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@csg-dev
Copy link

csg-dev commented Jan 31, 2023

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

import pandas as pd
from sqlalchemy import create_engine, text
 return pd.read_sql('select * from test', self.engineweb).set_index('id')

Issue Description

AttributeError: 'OptionEngine' object has no attribute 'execute'

Expected Behavior

success

Installed Versions

1.5.3

@csg-dev csg-dev added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Jan 31, 2023
@phofl
Copy link
Member

phofl commented Jan 31, 2023

Duplicate of #51015 and related

@phofl phofl closed this as completed Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

No branches or pull requests

2 participants