Skip to content

Commit

Permalink
Ajoute corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Oct 10, 2023
1 parent ad654c5 commit 6362a07
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions content/annexes/corrections.qmd
Expand Up @@ -21,9 +21,12 @@ from utils import print_badges
```
:::

Seules les chapitres dont les corrections ne sont pas apparentes sont listés sur cette page.


## Partie 1: manipuler des données

Retour sur `numpy`
* [Retour sur `Numpy`](../manipulation/01_numpy.qmd)

::: {.cell .markdown}
```{python}
Expand All @@ -35,26 +38,26 @@ print_badges("content/manipulation/01_numpy.qmd", correction=True)
```
:::

Exercices `pandas`:
* [Exercices `Pandas`](../manipulation/02b_pandas_TP.qmd)

::: {.cell .markdown}
```{python}
#| echo: false
#| output: 'asis'
#| include: true
#| eval: false
#| eval: true
print_badges("content/manipulation/02b_pandas_TP.qmd", correction=True)
```
:::

Exercices `geopandas`:
* [Exercices `Geopandas`](../manipulation/03_geopandas_TP.qmd):

::: {.cell .markdown}
```{python}
#| echo: false
#| output: 'asis'
#| include: true
#| eval: false
#| eval: true
print_badges("content/manipulation/03_geopandas_TP.qmd", correction=True)
```
:::
Expand Down

0 comments on commit 6362a07

Please sign in to comment.