jkrumbiegel/DataFrameMacros.jl

Macros that simplify working with DataFrames.jl

Julia
This is stars and forks stats for /jkrumbiegel/DataFrameMacros.jl repository. As of 12 May, 2024 this repository has 62 stars and 3 forks.

DataFrameMacros.jl Intro DataFrames.jl has a special mini-language for data transformations, which is powerful but often verbose. Here's an example: transform(df, :A => ByRow(x -> x + 1) => :B) With DataFrameMacros.jl, you don't have to separately specify the input columns, the transformation function, and the output columns. You can just write it as a normal expression which is transformed to the mini-language for you: @transform(df, :B = :A + 1) DataFrameMacros.jl also helps you when you...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
vinhphunguyen/maths_juliaAsymptoteTeXJulia350110
tshort/StaticCompiler.jlJulia4310290
gaurav-arya/StochasticAD.jlJulia1630100
sl-solution/StatisticalGraphics.jlJulia37000
CliMA/ClimaOcean.jlJulia18030
SymbolicML/DynamicExpressions.jlJulia69040
mcabbott/Tullio.jlJulia5520220
kofron/KDSP.jlJulia5050
SciML/ExponentialUtilities.jlJulia810260
corail-research/SeaPearl.jlJulia158090