Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs on Juliacon #3420

Merged
merged 2 commits into from
Jan 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ other packages you can check-out the following resources
* [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),
[JuliaCon 2021](https://github.com/bkamins/JuliaCon2021-DataFrames-Tutorial),
* [JuliaCon 2023](https://github.com/bkamins/JuliaCon2023-Tutorial),
[JuliaCon 2022](https://github.com/bkamins/JuliaCon2022-DataFrames-Tutorial),
[PyData Global 2020](https://github.com/bkamins/PyDataGlobal2020),
and [ODSC Europe 2021](https://github.com/bkamins/ODSC-EUROPE-2021) tutorials
[JuliaCon 2021](https://github.com/bkamins/JuliaCon2021-DataFrames-Tutorial),
[JuliaCon 2020](https://github.com/bkamins/JuliaCon2020-DataFrames-Tutorial),
[JuliaCon 2019](https://github.com/bkamins/JuliaCon2019-DataFrames-Tutorial),
[ODSC Europe 2021](https://github.com/bkamins/ODSC-EUROPE-2021) tutorials,
and [PyData Global 2020](https://github.com/bkamins/PyDataGlobal2020)
* [DataFrames.jl showcase](https://github.com/bkamins/DataFrames-Showcase)

If you prefer to learn DataFrames.jl from a book you can consider reading:
Expand Down
Loading