Query.jl
Query.jl copied to clipboard
Query almost anything in julia
[DocumentFormat.jl](https://github.com/julia-vscode/DocumentFormat.jl) would suggest these formatting changes
Since Query.jl is already not iterating but using `getindex`, is it possible to support multi-threading? Either baked in or via some externally passed in "executor" style like `FLoops.jl` As an...
Looking at the [Query getting started](http://www.queryverse.org/Query.jl/stable/standalonequerycommands/) page I came across two different ways to reference column names in a data frame. I want to know what is the correct way...
everything goes well with simple column names like "Name", "Full_Name", "Age", but i cant get it done when i have field names with spaces like "Full Name", "ID Number". This...
Adding Query causes Missing to downgrade [1a8c2f83] + Query v1.0.0 Updating `~/.julia/environments/v1.6/Manifest.toml` [1c8ee90f] + IterableTables v1.0.0 [e1d29d7a] ↓ Missings v1.0.0 ⇒ v0.4.5 [1a8c2f83] + Query v1.0.0 [2aef5ad7] + QueryOperators v0.9.3...
It seems that column transformation functions defined using macros can behave differently than functions defined without macros. Here's an example: ``` using Match, DataFrames, Query df = DataFrame(a = [1,...
Following a discussion with @davidanthoff in the Julia Slack who referred me back to `Query.jl` in a discussion about some changes to `DataFramesMeta.jl` and I offered to give some new...
intgrated -> integrated I noticed a spelling mistake while I was reading the "getting started" tutorial. Other than the typo, I think that the tutorial is very well written and...
I encountered unexpected behaviour when attempting to filter values of type Missing. I found a solution at https://discourse.julialang.org/t/query-jl-filtering-on-missing-data/14898. I suppose this issue is a feature request for documentation that clarifies...