Skip to content

Commit

Permalink
Putting badges in advanced Pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed May 8, 2024
1 parent 6fea5ea commit c6ffbb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/_printBadges.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html`${printBadges({fpath: path})}`
html`
<details>
<summary>
Pour ouvrir la version corrigée au format des _notebooks_
Pour ouvrir la version corrigée sous forme de _notebook_
</summary>
${printBadges({fpath: path, correction: true})}
</details>
Expand Down
6 changes: 6 additions & 0 deletions content/manipulation/02_pandas_suite.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ links:
url: https://pandas.pydata.org/docs/
---

Pour essayer les exemples présents dans ce tutoriel :

::: {.content-visible when-format="html"}
{{< include "../../build/_printBadges.qmd" >}}
:::

# Introduction

Le [chapitre d'introduction à `Pandas`](/content/manipulation/02_pandas_intro.qmd) a permis de présenter le principe de données organisées sous une forme de _DataFrame_ et la praticité de l'écosystème `Pandas` pour effectuer des opérations simples sur un jeu de données.
Expand Down

0 comments on commit c6ffbb6

Please sign in to comment.