DataFramesMeta

所属分类:Julia编程
开发工具:Julia
文件大小:68KB
下载次数:0
上传日期:2023-04-09 17:42:17
上 传 者sh-1993
说明:  用于DataFrames的元编程工具
(Metaprogramming tools for DataFrames)

文件列表:
.codecov.yaml (15, 2023-04-10)
LICENSE.md (1204, 2023-04-10)
NEWS.md (5273, 2023-04-10)
Project.toml (874, 2023-04-10)
docs (0, 2023-04-10)
docs\Project.toml (339, 2023-04-10)
docs\make.jl (474, 2023-04-10)
docs\src (0, 2023-04-10)
docs\src\api (0, 2023-04-10)
docs\src\api\api.md (66, 2023-04-10)
docs\src\dplyr.md (14740, 2023-04-10)
docs\src\index.md (31707, 2023-04-10)
src (0, 2023-04-10)
src\DataFramesMeta.jl (731, 2023-04-10)
src\eachrow.jl (10827, 2023-04-10)
src\linqmacro.jl (3746, 2023-04-10)
src\macros.jl (78660, 2023-04-10)
src\parsing.jl (16514, 2023-04-10)
src\parsing_astable.jl (4074, 2023-04-10)
test (0, 2023-04-10)
test\astable.jl (3347, 2023-04-10)
test\astable_flag.jl (4308, 2023-04-10)
test\astable_rhs.jl (743, 2023-04-10)
test\byrow.jl (20458, 2023-04-10)
test\chaining.jl (1401, 2023-04-10)
test\data.table.timings.jl (3245, 2023-04-10)
test\dataframes.jl (20543, 2023-04-10)
test\deprecated.jl (6238, 2023-04-10)
test\distinct.jl (8485, 2023-04-10)
test\eachrow.jl (4726, 2023-04-10)
test\function_compilation.jl (11180, 2023-04-10)
test\grouping.jl (10435, 2023-04-10)
... ...

# DataFramesMeta.jl [![Coveralls](https://coveralls.io/repos/github/JuliaStats/DataFramesMeta.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaStats/DataFramesMeta.jl?branch=master) [![CI Testing](https://github.com/JuliaData/DataFramesMeta.jl/workflows/CI/badge.svg)](https://github.com/JuliaData/DataFramesMeta.jl/actions?query=workflow%3ACI+branch%3Amaster) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaData.github.io/DataFramesMeta.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaData.github.io/DataFramesMeta.jl/dev) Metaprogramming tools for DataFrames.jl objects. # Installation DataFramesMeta.jl is a registered Julia package. Run either of the following to install: ```julia julia> import Pkg; Pkg.add("DataFramesMeta") ``` or via the `Pkg` REPL mode (enter by typing `]` at the REPL console) ```julia ] add DataFramesMeta ``` # Documentation * [Stable](https://JuliaData.github.io/DataFramesMeta.jl/stable) * [Development](https://JuliaData.github.io/DataFramesMeta.jl/dev) # Package Maintenance Any of the [JuliaData collaborators](https://github.com/orgs/JuliaData/teams/collaborators) have write access and can accept pull requests. Pull requests are welcome. Pull requests should include updated tests. If functionality is changed, docstrings should be added or updated. Generally, follow the guidelines in [DataFrames](https://github.com/JuliaData/DataFrames.jl/blob/master/CONTRIBUTING.md).

近期下载者

相关文件


收藏者