-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Create table from dataframe? #31
Comments
i can see that there's no such function currently. but is this feature welcomed? can I send a PR if I managed to implement it? @kszucs |
Definitely! |
@timfeirg is it done? |
there's this package https://github.com/cloudflare/sqlalchemy-clickhouse that already can generate |
Note that this package will switch to use columnar output formats in the future, once clickhouse extends its type support for these formats, see #29 for reference. |
Is there a way to automatically create a table matching the column types of a dataframe, similar to pandas.DataFrame.to_sql()?
The text was updated successfully, but these errors were encountered: