Conjoncture dans le commerce de gros - ENQ-CONJ-COM-GROS
Données - INSEE
Last observation: H2 2026 (N = 42) · 2026-B4 (N = 744)
First observation: 1979-B4 (N = 542) · H1 1993 (N = 42)
Last data update: 03 sept. 2026, 23:49
Last compile: 04 sept. 2026, 01:55
Structure
TITLE_FR
Code
`ENQ-CONJ-COM-GROS` |>
group_by(IDBANK, TITLE_FR) |>
summarise(Nobs = n()) |>
arrange(-Nobs) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}INDICATEUR
Code
`ENQ-CONJ-COM-GROS` |>
group_by(INDICATEUR, Indicateur) |>
summarise(Nobs = n()) |>
arrange(-Nobs) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}AGE
Code
`ENQ-CONJ-COM-GROS` |>
group_by(CORRECTION) |>
summarise(Nobs = n()) |>
arrange(-Nobs) %>%
{if (is_html_output()) print_table(.) else .}| CORRECTION | Nobs |
|---|---|
| CVS | 101490 |
| BRUT | 100924 |
NATURE
Code
`ENQ-CONJ-COM-GROS` |>
group_by(NATURE, Nature) |>
summarise(Nobs = n()) |>
arrange(-Nobs) %>%
{if (is_html_output()) print_table(.) else .}| NATURE | Nature | Nobs |
|---|---|---|
| SOLDE_PROPORTION | Solde d'opinions | 201848 |
| INDICE | Indice | 566 |
UNIT_MEASURE
Code
`ENQ-CONJ-COM-GROS` |>
group_by(UNIT_MEASURE) |>
summarise(Nobs = n()) %>%
{if (is_html_output()) print_table(.) else .}| UNIT_MEASURE | Nobs |
|---|---|
| POURCENT | 201848 |
| SO | 566 |