df.to_sql 오류 TypeError: init() got multiple values for argument 'schema'
2023. 9. 4. 10:47ㆍTrouble shooting
df to table throw error TypeError: __init__() got multiple values for argument 'schema'
I have dataframe in pandas :- purchase_df. I want to convert it to sql table so I can perform sql query in pandas. I tried this method purchase_df.to_sql('purchase_df', con=engine, if_exists='repla...
stackoverflow.com
df.to_sql 오류 TypeError: init() got multiple values for argument 'schema'
해결법
pip uninstall sqlalchemy
pip install sqlalchemy-databricks
728x90
'Trouble shooting' 카테고리의 다른 글
언리얼 엔진 검은화면 점멸 오류 (0) | 2023.09.13 |
---|---|
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! (aws ec2 접속시 오류) (0) | 2023.09.05 |
chrome driver 버전 오류 (0) | 2023.08.29 |
mysqlclient 설치 오류 (pkg-config) (0) | 2023.08.18 |
ubuntu) docker 관련 permission denied 오류 (0) | 2023.08.18 |