-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.qmd
More file actions
33 lines (26 loc) · 1.49 KB
/
index.qmd
File metadata and controls
33 lines (26 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Skrub learning materials index"
---
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
{width=320 fig-align="center"}
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/skrub-data/skrub" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star skrub-data/skrub on GitHub">Star</a>
::: {.callout-note}
**PyData 2025 Slides:**
Find the slides for the PyData 2025 talk [here](pages/slides/pydata-2025/slides.qmd).
:::
This is the [Skrub](https://skrub-data.org/stable/) learning materials website:
this is where you'll be able to find all the material that is used to teach and
present Skrub to audiences.
Slides for presentations, talks and lectures are in
[slides section](pages/slides/index_slides.qmd).
Notebooks and blog posts are instead located in the
[notebook section](pages/notebooks/index_notebooks.qmd).
Note that the material that is gathered here may become obsolete depending on
the development of Skrub.
For up-to-date information on Skrub and its API refer to the
[documentation](https://skrub-data.org/stable/reference/index.html), while
additional examples are available in the
[main gallery](https://skrub-data.org/stable/auto_examples/index.html).
Material on the main website is constantly tested with the latest version of Skrub.