Skip to content

Commit

Permalink
add links to curated DataFrames.jl materials (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Nov 22, 2020
1 parent 8386d0a commit 8645651
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
Welcome to the DataFrames.jl documentation!

This resource aims to teach you everything you need to know to get up and
running with tabular data manipulation using the DataFrames.jl package. For more
illustrations of its usage in conjunction with other packages, the [DataFrames
Tutorial using Jupyter
Notebooks](https://github.com/bkamins/Julia-DataFrames-Tutorial/) is a good
complementary resource.
running with tabular data manipulation using the DataFrames.jl package.

For more illustrations of DataFrames.jl usage, in particular in conjunction with
other packages you can check-out the following resources
(they are kept up to date with the released version of DataFrames.jl):
* [Data Wrangling with DataFrames.jl Cheat Sheet](https://www.ahsmart.com/pub/data-wrangling-with-data-frames-jl-cheat-sheet/)
* [DataFrames Tutorial using Jupyter Notebooks](https://github.com/bkamins/Julia-DataFrames-Tutorial/)
* [Julia Academy DataFrames.jl tutorial](https://github.com/JuliaAcademy/DataFrames)
* [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
* [DataFrames.jl showcase](https://github.com/bkamins/DataFrames-Showcase)

## What is DataFrames.jl?

Expand Down

0 comments on commit 8645651

Please sign in to comment.