Replies: 1 comment 1 reply
-
To bulk load data from a CSV file into a ClickHouse format database using Python, you can use the clickhouse-driver library. Here is an example code that demonstrates how to bulk load data from a CSV file into ClickHouse: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any example about how to dump data into a Clickhouse-format database using Python? I have a generator of columns I'd like to load in bulk, and I wouldn't like to go over a dataframe or anything other...
edit: yeah, using chdb locally, not using a Clickhouse server.
Beta Was this translation helpful? Give feedback.
All reactions