Last observation: M: 2023-12 (N = 732) · A: 2023 (N = 363)
First observation: A: 1990 (N = 354) · M: 1990-01 (N = 712)
Last data update: 17 aoû 2026, 00:48. Last compile: 18 aoû 2026, 01:57
Données - INSEE
Last observation: M: 2023-12 (N = 732) · A: 2023 (N = 363)
First observation: A: 1990 (N = 354) · M: 1990-01 (N = 712)
Last data update: 17 aoû 2026, 00:48. Last compile: 18 aoû 2026, 01:57
`IPI-2015` |>
group_by(LAST_UPDATE) |>
summarise(Nobs = n()) |>
arrange(desc(LAST_UPDATE)) |>
print_table_conditional()| LAST_UPDATE | Nobs |
|---|---|
| 2024-02-02 | 305360 |
| 2023-02-03 | 1650 |
`IPI-2015` |>
filter(grepl("A10", NAF2)) |>
group_by(NAF2, Naf2) |>
summarise(Nobs = n()) |>
arrange(-Nobs) |>
print_table_conditional()| NAF2 | Naf2 | Nobs |
|---|---|---|
| A10-CZ | A10-CZ - Industrie manufacturière | 1653 |
| A10-BE | A10-BE - Industrie manufacturière, industries extractives et autres | 850 |
| A10-FZ | A10-FZ - Construction | 34 |
`IPI-2015` |>
filter(grepl("A17", NAF2)) |>
group_by(NAF2, Naf2) |>
summarise(Nobs = n()) |>
arrange(-Nobs) |>
print_table_conditional()| NAF2 | Naf2 | Nobs |
|---|---|---|
| A17-C1 | A17-C1 - Fabrication de denrées alimentaires, de boissons et de produits à base de tabac | 850 |
| A17-C2 | A17-C2 - Cokéfaction et raffinage | 850 |
| A17-C3 | A17-C3 - Fabrication d'équipements électriques, électroniques, informatiques ; fabrication de machines | 850 |
| A17-C4 | A17-C4 - Fabrication de matériels de transport | 850 |
| A17-C5 | A17-C5 - Fabrication d'autres produits industriels | 850 |
| A17-DE | A17-DE - Industries extractives, énergie, eau, gestion des déchets et dépollution | 850 |
`IPI-2015` |>
filter(grepl("A38", NAF2)) |>
group_by(NAF2, Naf2) |>
summarise(Nobs = n()) |>
arrange(-Nobs) |>
print_table_conditional()| NAF2 | Naf2 | Nobs |
|---|---|---|
| A38-BZ | A38-BZ - Industries extractives | 850 |
| A38-CA | A38-CA - Fabrication de denrées alimentaires, de boissons et de produits à base de tabac | 850 |
| A38-CB | A38-CB - Fabrication de textiles, industries de l'habillement, industrie du cuir et de la chaussure | 850 |
| A38-CC | A38-CC - Travail du bois, industries du papier et imprimerie | 850 |
| A38-CD | A38-CD - Cokéfaction et raffinage | 850 |
| A38-CE | A38-CE - Industrie chimique | 850 |
| A38-CF | A38-CF - Industrie pharmaceutique | 850 |
| A38-CG | A38-CG - Fabrication de produits en caoutchouc et en plastique ainsi que d'autres produits minéraux non métalliques | 850 |
| A38-CH | A38-CH - Métallurgie et fabrication de produits métalliques à l'exception des machines et des équipements | 850 |
| A38-CI | A38-CI - Fabrication de produits informatiques, électroniques et optiques | 850 |
| A38-CJ | A38-CJ - Fabrication d'équipements électriques | 850 |
| A38-CK | A38-CK - Fabrication de machines et équipements n.c.a. | 850 |
| A38-CL | A38-CL - Fabrication de matériels de transport | 850 |
| A38-CM | A38-CM - Autres industries manufacturières ; réparation et installation de machines et d'équipements | 850 |
| A38-DZ | A38-DZ - Production et distribution d'électricité, de gaz, de vapeur et d'air conditionné | 850 |
| A38-EZ | A38-EZ - Production et distribution d'eau ; assainissement, gestion des déchets et dépollution | 850 |
`IPI-2015` |>
filter(nchar(NAF2) == 2) |>
group_by(NAF2, Naf2) |>
summarise(Nobs = n()) |>
arrange(-Nobs) |>
print_table_conditional()| NAF2 | Naf2 | Nobs |
|---|---|---|
| SO | Sans objet | 8141 |
| 06 | 06 - Extraction d'hydrocarbures | 850 |
| 08 | 08 - Autres industries extractives | 850 |
| 10 | 10 - Industries alimentaires | 850 |
| 11 | 11 - Fabrication de boissons | 850 |
| 12 | 12 - Fabrication de produits à base de tabac | 850 |
| 13 | 13 - Fabrication de textiles | 850 |
| 14 | 14 - Industrie de l'habillement | 850 |
| 15 | 15 - Industrie du cuir et de la chaussure | 850 |
| 16 | 16 - Travail du bois et fabrication d'articles en bois et en liège, à l'exception des meubles ; fabrication d'articles en vannerie et sparterie | 850 |
| 17 | 17 - Industrie du papier et du carton | 850 |
| 18 | 18 - Imprimerie et reproduction d'enregistrements | 850 |
| 19 | 19 - Cokéfaction et raffinage | 850 |
| 20 | 20 - Industrie chimique | 850 |
| 21 | 21 - Industrie pharmaceutique | 850 |
| 22 | 22 - Fabrication de produits en caoutchouc et en plastique | 850 |
| 23 | 23 - Fabrication d'autres produits minéraux non métalliques | 850 |
| 24 | 24 - Métallurgie | 850 |
| 25 | 25 - Fabrication de produits métalliques, à l'exception des machines et des équipements | 850 |
| 26 | 26 - Fabrication de produits informatiques, électroniques et optiques | 850 |
| 27 | 27 - Fabrication d'équipements électriques | 850 |
| 28 | 28 - Fabrication de machines et équipements n.c.a. | 850 |
| 29 | 29 - Industrie automobile | 850 |
| 30 | 30 - Fabrication d'autres matériels de transport | 850 |
| 31 | 31 - Fabrication de meubles | 850 |
| 32 | 32 - Autres industries manufacturières | 850 |
| 33 | 33 - Réparation et installation de machines et d'équipements | 850 |
| 35 | 35 - Production et distribution d'électricité, de gaz, de vapeur et d'air conditionné | 850 |
| 36 | 36 - Captage, traitement et distribution d'eau | 850 |
`IPI-2015` |>
group_by(IDBANK, TITLE_FR) |>
summarise(Nobs = n()) |>
arrange(-Nobs) |>
print_table_conditional()`IPI-2015` |>
group_by(TIME_PERIOD) |>
summarise(Nobs = n()) |>
arrange(desc(TIME_PERIOD)) |>
print_table_conditional()`IPI-2015` |>
filter(NAF2 %in% c("A10-CZ", "A17-DE"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle (1990 = 100)") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A10-CZ", "A17-DE"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2010-01-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2010-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle (2010 = 100)") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A17-DE", "A10-CZ", "A10-BE"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2017-04-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2020-02-01")]) |>
ggplot() + ylab("Indice de Production Industrielle (Février 2020 = 100)") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
geom_label_repel(data = . %>%
filter(date == as.Date("2023-12-01")), aes(x = date, y = OBS_VALUE, label = round(OBS_VALUE, 1), color = Naf2)) +
geom_hline(yintercept = 100, linetype = "dashed") +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 5))
`IPI-2015` |>
filter(NAF2 %in% c("A17-DE", "A10-CZ", "A10-BE"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2019-01-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2019-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle (Janvier 2019 = 100)") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
geom_label_repel(data = . %>%
filter(date == max(date)), aes(x = date, y = OBS_VALUE, label = round(OBS_VALUE, 1), color = Naf2)) +
geom_hline(yintercept = 100, linetype = "dashed") +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 5))
`IPI-2015` |>
filter(NAF2 %in% c("A17-C1", "A17-C2", "A17-C3"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A17-C4", "A17-C5"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-BZ", "A38-DZ", "A38-EZ"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CA", "A38-CB", "A38-CC"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CD", "A38-CE", "A38-CF"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.25, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CD", "A38-CE", "A38-CF"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2010-01-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2010-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.25, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CD", "A38-CE", "A38-CF"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2017-01-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2017-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.25, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CG", "A38-CH", "A38-CI"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CG", "A38-CH", "A38-CI"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2017-01-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2017-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CJ", "A38-CK", "A38-CM"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("A38-CL", "CL1", "CL2"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("06", "08"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("10", "11"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("10", "11", "12"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.5, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("13", "14", "15"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.3, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("16", "17", "18"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.6, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 10))
`IPI-2015` |>
filter(NAF2 %in% c("19", "20", "21"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.3, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 50))
`IPI-2015` |>
filter(NAF2 %in% c("22", "23", "24"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.3, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("22", "26", "27"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.4, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("28", "29", "30"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.4, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("31", "32", "33"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.4, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("35", "36"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.6, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("35", "35-11", "A10-BE", "A17-DE", "A38-DZ"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("1990-01-01")]) |>
ggplot() + ylab("Indice de Production Industrielle") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
scale_x_date(breaks = seq(1920, 2100, 5) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.6, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(0, 600, 10))
`IPI-2015` |>
filter(NAF2 %in% c("35-11", "A10-BE", "A17-DE", "A38-DZ"),
CORRECTION == "CVS-CJO",
NATURE == "INDICE") |>
select_if(function(col) length(unique(col)) > 1) |>
month_to_date() |>
filter(date >= as.Date("2017-04-01")) |>
group_by(Naf2) |>
mutate(OBS_VALUE = 100*OBS_VALUE/OBS_VALUE[date == as.Date("2020-02-01")]) |>
ggplot() + ylab("Indice de Production Industrielle (Février 2020 = 100)") + xlab("") + theme_minimal() +
geom_line(aes(x = date, y = OBS_VALUE, color = Naf2)) +
geom_text_repel(data = . %>%
filter(date == as.Date("2023-12-01")), aes(x = date, y = OBS_VALUE, label = round(OBS_VALUE, 1))) +
geom_hline(yintercept = 100, linetype = "dashed") +
scale_x_date(breaks = seq(1920, 2100, 1) |> paste0("-01-01") |> as.Date(),
labels = date_format("%Y")) +
theme(legend.position = c(0.45, 0.2),
legend.title = element_blank()) +
scale_y_log10(breaks = seq(-60, 300, 5))