This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LABEL | PROP | TOTAL | GAR | |
---|---|---|---|---|
Adam | 3.409090909 | 176 | 1 | |
Adelaide | 13.51351351 | 111 | 0 | |
Adele | 20.6557377 | 305 | 0 | |
Adeline | 3.885135135 | 592 | 0 | |
Adrien | 8.850574713 | 1740 | 1 | |
Agathe | 16.12903226 | 713 | 0 | |
Agnes | 12.93103448 | 116 | 0 | |
Alan | 3.191489362 | 188 | 1 | |
Alban | 6.918238994 | 159 | 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Comptage des décès covid et de la surmortalité en 2020 | |
library(tidyverse) | |
library(lubridate) | |
#library(ngram) | |
library(hrbrthemes) | |
library(glue) | |
setwd("~/Dropbox/projets-R/2020-covid/") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ajout des informations pour l'animation | |
# --------------------------------------- | |
library(gganimate) | |
library(broom) | |
dc <- bind_rows(dc_jour,dc_insee_jour,deces_ecdc,deces_insee_provisoires) | |
# on démarre du fichier dc utilisé pour le graphique surmortalité |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fichier des prénoms, édition 2019 (jusqu'en 2018) | |
# voir en bas l'animation Charlie avec paris.opendata 2018 | |
library(tidyverse) | |
library(stringi) | |
library(scales) | |
library(hrbrthemes) | |
library(glue) | |
library(lubridate) | |
# nat2019.csv c'est le fichier des prénoms de l'insee , téléchargeable sur le site de l'insee |