Skip to content

Commit

Permalink
Remove mention of DataTables and DataArrays in README (#1227)
Browse files Browse the repository at this point in the history
DataFrames no longer uses DataArrays, and we don't want to recommend
using DataTables now.
  • Loading branch information
nalimilan committed Sep 10, 2017
1 parent d2094f9 commit 3a6a7b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,6 @@ DataFrames.jl
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/85h1i9lll64jpg3y/branch/master?svg=true)](https://ci.appveyor.com/project/nalimilan/dataframes-jl/branch/master)

Tools for working with tabular data in Julia.
For datasets based on `NullableArray`s rather than `DataArray`s, see the [DataTables.jl](https://github.com/JuliaData/DataTables.jl) package.

**Installation**: at the Julia REPL, `Pkg.add("DataFrames")`

Expand Down

0 comments on commit 3a6a7b3

Please sign in to comment.