From 2906441d18671c40e961cb81d632e2dc777cf14a Mon Sep 17 00:00:00 2001 From: 8517fa92e97b3a318e653caefbfde6b5 <8517fa92e97b3a318e653caefbfde6b5@app-learninglab.inria.fr> Date: Wed, 1 Apr 2020 08:14:34 +0000 Subject: [PATCH] =?UTF-8?q?Premi=C3=A8res=20modifications,=20avant=20impor?= =?UTF-8?q?tation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo3/exercice.ipynb | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index c6f02f6..7886046 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -1,5 +1,54 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# le pouvoir d'achat des ouvriers anglais du XVIe au XIXe siècle\n", + "\n", + "On utilise le [jeu de données de William Playfair](https://vincentarelbundock.github.io/Rdatasets/doc/HistData/Wheat.html) pour étudier l'évolution du pouvoir d'achat des ouvriers anglais du XVIe au XIXe siècle.\n", + "\n", + "## Importation du jeu de données\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Premier graphique \n", + "\n", + "Pour ce premier graphique, l'objectif est de reproduire quelque chose de similaire au [graphique produit par William Playfair](https://upload.wikimedia.org/wikipedia/commons/3/3a/Chart_Showing_at_One_View_the_Price_of_the_Quarter_of_Wheat%2C_and_Wages_of_Labour_by_the_Week%2C_from_1565_to_1821.png). " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1