Skip to content

Commit

Permalink
aciton
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Mar 3, 2025
1 parent c30cbd8 commit 95df989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: python -m pip install -r requirements-dev.txt

- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
Expand Down
3 changes: 3 additions & 0 deletions _doc/articles/2025/2025-04-01-route2025.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ Journée 3 (3/3)
* gestion des dates
* rappel pandas: group by, jointure, inner, outer, left, right, pivot
* une fois la base complète obtenue, analyse de nouveau
* API `REST <https://en.wikipedia.org/wiki/REST>`_, exemple avec l'API de la
`Banque de France <https://webstat.banque-france.fr/fr/pages/guide-migration-api/>`_
et le module `requests <https://requests.readthedocs.io/en/latest/>`_

**Questions sur les données une fois la jointure effectuée**

Expand Down

0 comments on commit 95df989

Please sign in to comment.