File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,11 @@ DataFrames.jl
2
2
=============
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/JuliaStats/DataFrames.jl.png )] ( https://travis-ci.org/JuliaStats/DataFrames.jl )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/JuliaStats/DataFrames.jl/badge.png?branch=master )] ( https://coveralls.io/r/JuliaStats/DataFrames.jl?branch=master )
6
+ [ ![ Package Evaluator] ( http://iainnz.github.io/packages.julialang.org/badges/DataFrames_0.3.svg )] ( http://iainnz.github.io/packages.julialang.org/?pkg=DataFrames&ver=0.3 )
5
7
6
8
Tools for working with data in Julia.
7
9
8
- # Installation
10
+ ** Installation** : at the Julia REPL: ` Pkg.add("DataFrames") `
9
11
10
- DataFrames.jl is now available from METADATA.jl. To install DataFrames.jl, use the following:
11
-
12
- ``` julia
13
- Pkg. add (" DataFrames" )
14
- ```
15
-
16
- DataFrames.jl has one main module named ` DataFrames ` . You can load it as:
17
-
18
- ``` julia
19
- using DataFrames
20
- ```
21
-
22
- # Documentation
23
-
24
- See the [ online docs] ( http://juliastats.github.io/DataFrames.jl/ ) for up-to-date documentation on the DataFrames package.
12
+ ** Documentation** : [ available here] ( http://juliastats.github.io/DataFrames.jl/ ) .
You can’t perform that action at this time.
0 commit comments