Skip to content

Commit 127d17c

Browse files
committed
formatting
1 parent f243063 commit 127d17c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/manipulation/02_pandas_suite.qmd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,8 +1389,21 @@ function underlineTif(x) {
13891389
}
13901390
```
13911391

1392+
::: {.content-visible when-profile="fr"}
1393+
13921394
Voici sous une forme plus interactive l'ensemble des coiffeurs qui possèdent les termes `tif` dans le nom de leur entreprise déposée dans les données officielles:
13931395

1396+
:::
1397+
1398+
1399+
::: {.content-visible when-profile="en"}
1400+
1401+
In a more interactive form, here's a list of all the hairdressers who have the word `tif` in the name of their registered business in the official data:
1402+
1403+
:::
1404+
1405+
::: {.content-visible when-format="html"}
1406+
13941407
```{ojs}
13951408
viewof coiffeursSearch = Inputs.search(
13961409
transpose(coiffeurs),
@@ -1407,6 +1420,7 @@ Inputs.table(coiffeursSearch, {
14071420
})
14081421
```
14091422

1423+
:::
14101424

14111425
::: {.content-visible when-profile="fr"}
14121426

0 commit comments

Comments
 (0)