Skip to content
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

Suggestion for inserting a dataframe #27

Open
markNZed opened this issue Oct 24, 2021 · 1 comment
Open

Suggestion for inserting a dataframe #27

markNZed opened this issue Oct 24, 2021 · 1 comment

Comments

@markNZed
Copy link

markNZed commented Oct 24, 2021

Hi, I would like to collect information during the execution of a Julia program into a dataframe and then insert the dataframe into ClickHouse. What is the best practice for doing this? It seems there is no built-in support to insert a dataframe.

@waralex
Copy link
Collaborator

waralex commented Oct 24, 2021

Hi!
Now only using an existing insert with array of Dicts as argument. When I find some time, I'll bring the interface to DBInterface and add Tables support for both reading results and inserting. I have already started doing this, but unfortunately I have very little free time in the last six months :(
Sorry for the slow development of the package, I hope it will accelerate in the near future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants