Conjoncture dans le commerce de gros - ENQ-CONJ-COM-GROS
Données - INSEE
Info
Last observation: Bimestrielle: 2026-B4 (N = 744) · Semestrielle: 2026-S2 (N = 42)
First observation: Bimestrielle: 1979-B4 (N = 542) · Semestrielle: 1993-S1 (N = 42)
Number of observations: 202 414
Last data update: 14 aoû 2026, 21:56. Last compile: 15 aoû 2026, 03:40
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 |