Nathan Boyer

Results 40 issues of Nathan Boyer

![image](https://github.com/julia-vscode/julia-vscode/assets/65452054/319591e1-fb5e-4bf6-9f57-19167dd1da49) I was able to use `vscodedisplay(ASME_tables["TE"])` to display the table, but I could not access the open button through the GUI. The GUI button does appear elsewhere in the...

enhancement

As a generalization, the highlights of DataFramesMeta.jl I have seen across the internet take unreadable DataFrames.jl syntax and make it readable with DataFramesMeta.jl, especially using multiple chained transformations. I think...

It would work similarly to `@rsubset` but it would automatically call `only` and extract the desired value. For example: ```julia julia> df = DataFrame(x = 1:5, y = ["A","A","B","B","B"], z...

"Metaprogramming tools" sounds like it helps you write your own macros. DataFramesMeta needs some help changing its initial impression: https://discourse.julialang.org/t/frustrated-using-dataframes/67833/4?u=nathan_boyer

There is probably a good reason for the chosen syntax. However, the syntax I am used to allows capital letters and no quotation marks, which I find a little more...

I'm not sure if this is your issue or not: The Documentation link on [JuliaHub](https://juliahub.com/ui/Packages/General/AlgebraOfGraphics) does not point to the current documentation, and currently any mention of "AlgebraOfGraphics.jl" on Julia...

My values are large data frames, and I don't want to have to copy them just to reorder the keys.

It would be nice to include Tidier.jl in the comparison of data manipulation frameworks [documentation](https://dataframes.juliadata.org/latest/man/querying_frameworks/), especially since [dplyr](https://dplyr.tidyverse.org/) is already linked at the top. I've not used Tidier.jl myself, but...

doc