[Pandas-dev] Error got multiple values for argument ‘Schema’

William Kuenne kuennew21 at gmail.com
Wed Mar 22 19:09:05 EDT 2023


Hi Mike and Pandas team,
I hope you are well. I am trying to run a script that uses SQLAlchemy and
there is a very simple test query of a single table from a single schema
and I get an error at
df = pd.read_sql(query, engine)
I have confirmed the query definitely queries fine and there is only one
schema name but I am still getting this error:
TypeError: __init__() got multiple values for argument ‘Schema’
I am using
python 3.11
SQLAlchemy 1.4.46
Pandas 1.5.3
Do you guys have any advice for me as to how to work around this error?
Thank you for your time and consideration I really appreciate it.
Best,
Bill Kuenne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pandas-dev/attachments/20230322/ce495abb/attachment.html>


More information about the Pandas-dev mailing list