Skip to content

Commit 8645651

Browse files
authored
add links to curated DataFrames.jl materials (#2557)
1 parent 8386d0a commit 8645651

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/src/index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
Welcome to the DataFrames.jl documentation!
44

55
This resource aims to teach you everything you need to know to get up and
6-
running with tabular data manipulation using the DataFrames.jl package. For more
7-
illustrations of its usage in conjunction with other packages, the [DataFrames
8-
Tutorial using Jupyter
9-
Notebooks](https://github.com/bkamins/Julia-DataFrames-Tutorial/) is a good
10-
complementary resource.
6+
running with tabular data manipulation using the DataFrames.jl package.
7+
8+
For more illustrations of DataFrames.jl usage, in particular in conjunction with
9+
other packages you can check-out the following resources
10+
(they are kept up to date with the released version of DataFrames.jl):
11+
* [Data Wrangling with DataFrames.jl Cheat Sheet](https://www.ahsmart.com/pub/data-wrangling-with-data-frames-jl-cheat-sheet/)
12+
* [DataFrames Tutorial using Jupyter Notebooks](https://github.com/bkamins/Julia-DataFrames-Tutorial/)
13+
* [Julia Academy DataFrames.jl tutorial](https://github.com/JuliaAcademy/DataFrames)
14+
* [JuliaCon 2019](https://github.com/bkamins/JuliaCon2019-DataFrames-Tutorial), [JuliaCon 2020](https://github.com/bkamins/JuliaCon2020-DataFrames-Tutorial), and [PyData Global 2020](https://github.com/bkamins/PyDataGlobal2020) tutorials
15+
* [DataFrames.jl showcase](https://github.com/bkamins/DataFrames-Showcase)
1116

1217
## What is DataFrames.jl?
1318

0 commit comments

Comments
 (0)