Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaData/DataFramesMeta.jl
Metaprogramming tools for DataFrames
https://github.com/JuliaData/DataFramesMeta.jl
data data-frame dataframes dataframesmeta datasets hacktoberfest julia tabular-data
Last synced: 13 days ago
JSON representation
Metaprogramming tools for DataFrames
- Host: GitHub
- URL: https://github.com/JuliaData/DataFramesMeta.jl
- Owner: JuliaData
- License: other
- Created: 2014-02-05T00:16:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T20:29:58.000Z (4 months ago)
- Last Synced: 2024-08-04T17:08:05.159Z (3 months ago)
- Topics: data, data-frame, dataframes, dataframesmeta, datasets, hacktoberfest, julia, tabular-data
- Language: Julia
- Homepage: https://juliadata.github.io/DataFramesMeta.jl/stable/
- Size: 1.4 MB
- Stars: 478
- Watchers: 19
- Forks: 54
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-julia - Metaprogramming tools for DataFrames
- awesome-econ - DataFramesMeta.jl
README
# 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).