/DataFrames.jl

In-memory tabular data in Julia

Primary LanguageJuliaOtherNOASSERTION

DataFrames.jl

Coverage Status CI Testing

Tools for working with tabular data in Julia.

Installation: at the Julia REPL, using Pkg; Pkg.add("DataFrames")

Documentation:

Reporting Issues and Contributing: See CONTRIBUTING.md

ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Maintenance: DataFrames is maintained collectively by the JuliaData collaborators. Responsiveness to pull requests and issues can vary, depending on the availability of key collaborators.

Learning: New to DataFrames.jl? Check out our free Julia Academy course which will walk you through how to use DataFrames.jl. You can also check out Bogumił Kamiński's DataFrames.jl tutorial that is available on GitHub.