File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # PalmerPenguins.jl <a href =' https://allisonhorst.github.io/palmerpenguins ' ><img src =' man /figures/logo.png' align =" right " height =" 138.5 " /></a >
1+ # PalmerPenguins.jl <a href =' https://allisonhorst.github.io/palmerpenguins ' ><img src =' https://allisonhorst.github.io/palmerpenguins/reference /figures/logo.png' align =" right " height =" 138.5 " /></a >
22
33[ ![ Build Status] ( https://github.com/devmotion/PalmerPenguins.jl/workflows/CI/badge.svg )] ( https://github.com/devmotion/PalmerPenguins.jl/actions )
44[ ![ Build Status] ( https://travis-ci.com/devmotion/PalmerPenguins.jl.svg?branch=master )] ( https://travis-ci.com/devmotion/PalmerPenguins.jl )
55[ ![ Coverage] ( https://codecov.io/gh/devmotion/PalmerPenguins.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/devmotion/PalmerPenguins.jl )
66[ ![ Coverage] ( https://coveralls.io/repos/github/devmotion/PalmerPenguins.jl/badge.svg?branch=master )] ( https://coveralls.io/github/devmotion/PalmerPenguins.jl?branch=master )
77
8- Load the [ Palmer penguins dataset] ( https://allisonhorst.github.io/palmerpenguins/ ) in Julia.
8+ Load the [ Palmer penguins dataset] ( https://allisonhorst.github.io/palmerpenguins/ ) , an
9+ alternative to the Iris dataset, in Julia.
910
1011## Overview
1112
@@ -34,7 +35,7 @@ More information about the dataset is available in
3435
3536The dataset can be loaded by
3637
37- ``` julia-repl
38+ ``` julia
3839julia> using PalmerPenguins
3940
4041julia> table = PalmerPenguins. load ()
@@ -49,7 +50,7 @@ converted to a
4950[ ` DataFrame ` ] ( https://juliadata.github.io/DataFrames.jl/stable/man/getting_started/#The-DataFrame-Type-1 )
5051by executing
5152
52- ``` julia-repl
53+ ``` julia
5354julia> using DataFrames
5455
5556julia> df = DataFrame (table)
You can’t perform that action at this time.
0 commit comments