ClickHouse.jl
ClickHouse.jl copied to clipboard
Suggestion for inserting a dataframe
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.
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