Queryverse.jl
Queryverse.jl copied to clipboard
A meta package for data science in julia
[DocumentFormat.jl](https://github.com/julia-vscode/DocumentFormat.jl) would suggest these formatting changes
Hello, I encountered some errors while trying to `add Queryverse` in an environment I am currently using, so I made a new one but unfortunately the same error appeared again...
The latest version of Parquet.jl is 0.8.0. Queryverse requires 0.4.0 The 0.4.0 version doesn't play well with DataFrames.
I'm not sure it's known, but it seems reordering files, matters a lot (but end-result should be the same?): ``` $ julia -q -O0 julia> @time using CSVFiles, ExcelFiles, StatFiles,...
Also, FYI: https://discourse.julialang.org/t/parallel-loading-of-packages-to-help-e-g-queryverse-vegalite-time-to-first-plot/45700 I maybe will not dig into why, as I'm mostly using 1.6, I thought you liked to know what users can expect (and maybe it's about me...
hi, I am able to add the individual packages of Queryvserse. However, Pkg.add("Queryverse") is not working Atom with Julia 1.2 with the following error. I got the same error from...
First off: Queryverse.jl is absolutely awesome! Is there a way to use other plotting libraries instead of vega lite? And if so, how would you integrate them in the pipeline?
Hello, I tried to load a small dataset and it seems to take a lot of time to do so. It also seems that `using Queryverse` takes a significant amount...