Tools for working with data in Julia.
DataFrames.jl is now available from METADATA.jl. To install DataFrames.jl, use the following:
Pkg.add("DataFrames")
DataFrames.jl has one main module named DataFrames
. You can load it as:
using DataFrames
See the online docs for up-to-date documentation on the DataFrames package.