Daniel Rizk

Results 4 issues of Daniel Rizk

Hey, excellent package you have here. I was experimenting with it and using this example from the docs. ``` julia> using Dates julia> import DataFrames, XLSX julia> df = DataFrames.DataFrame(integers=[1,...

Howdy, I was trying out Clickhouse before potentially adding it as a backend for a tidierdb.jl, and I noticed that the order of columns in the df does not match...

This PR adds TidierData to the frameworks manipulations docs page. I tried to keep it brief and similar to the other framework examples. I am happy to make any changes....

doc

Howdy, I am trying to connect to the [clickhouse example playground database](https://clickhouse.com/docs/en/getting-started/playground) but I cant seem to get it to connect. I have tried solving the issue, but I keep...