You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally to the broken replace option ( #4110 ) the sql.write_frame function does not work anymore for me with 0.13 when trying to write a Dataframe into a SQLite DB:
Additionally to the broken replace option ( #4110 ) the sql.write_frame function does not work anymore for me with 0.13 when trying to write a Dataframe into a SQLite DB:
results in :
The same code did work before without issues.
EDIT: I solved the problem by adding:
The index column was stored as datetime64 dtype before. Still don't know why my code broke, before it worked without type conversion.
The text was updated successfully, but these errors were encountered: