Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.7
-
None
-
Machine: MacBook (Intel)
OS: Ventura 13.5.1
Python: 3.10.13
(relevant) python packages:
mariadb==1.1.7
pandas==2.1.0
-
3.10.13
Description
I'm running into a similar issue as outlined here, which was supposedly fixed in this ticket, however I'm still running into the problem
relevant code I'm using:
with self.engine.connect() as connection: |
dataframe.to_sql(name="table_name", con=connection, if_exists='append', index=False) |