From f751033ed674e103eb2a321b00d4f3fb01bf9524 Mon Sep 17 00:00:00 2001 From: hyrodium Date: Sat, 20 Jan 2024 19:51:42 +0900 Subject: [PATCH] sort by descending order --- docs/src/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 398bde509..64a943a06 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -12,13 +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), - [JuliaCon 2023](https://github.com/bkamins/JuliaCon2023-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: