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
Is there any simple way on how to write pandas DataFrame (or csv file) into database?
When writing dataframes to Postgres usually I use either pandas.DataFrame.to_sql() or cursor.copy_from() in psycopg2.
However, I was not able to use the similar approach with presto. Is there any way of how to achieve this?
The text was updated successfully, but these errors were encountered:
Is there any simple way on how to write pandas DataFrame (or csv file) into database?
When writing dataframes to Postgres usually I use either
pandas.DataFrame.to_sql()
orcursor.copy_from()
in psycopg2.However, I was not able to use the similar approach with presto. Is there any way of how to achieve this?
The text was updated successfully, but these errors were encountered: