We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wish I could create temporary tables using the DataFrame.to_sql() method.
Add a new boolean kwarg to the to_sql() method that if set to True, will cause the table to be created as a temporary table.
One new argument, defaulting to False - shouldn't change any normalbehavior.
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
+1 who would appreciate this option.
+1
Is this being worked on?
TAJD
No branches or pull requests
Is your feature request related to a problem?
I wish I could create temporary tables using the DataFrame.to_sql() method.
Describe the solution you'd like
Add a new boolean kwarg to the to_sql() method that if set to True, will cause the table to be created as a temporary table.
API breaking implications
One new argument, defaulting to False - shouldn't change any normalbehavior.
The text was updated successfully, but these errors were encountered: