# Exploration de tableau

Utilisez `tbl_explorer()` pour explorer vos données de manière interactive.


<table class="gt_table" data-quarto-disable-processing="true" data-quarto-bootstrap="false">
<thead>
<tr class="gt_heading">
<th colspan="5" class="gt_heading gt_title gt_font_normal"><div style="padding-top: 0; padding-bottom: 7px;">
<span class="gd-tbl-badge" style="background-color: #FFF8E1; color: #7A6200; border: 1px solid #FFF8E1; margin-right: 8px;">CSV</span>Rows7Columns4
</div></th>
</tr>
<tr class="gt_col_headings">
<th class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"></th>
<th id="nom" class="gt_col_heading gt_columns_bottom_border gt_left" scope="col"><div>

nom

<em>str</em>

</div></th>
<th id="age" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

age

<em>i64</em>

</div></th>
<th id="ville" class="gt_col_heading gt_columns_bottom_border gt_left" scope="col"><div>

ville

<em>str</em>

</div></th>
<th id="score" class="gt_col_heading gt_columns_bottom_border gt_right" scope="col"><div>

score

<em>f64</em>

</div></th>
</tr>
</thead>
<tbody class="gt_table_body">
<tr>
<td class="gt_row gt_right gd-tbl-rownum">0</td>
<td class="gt_row gt_left" style="max-width: 114px">Marie</td>
<td class="gt_row gt_right" style="max-width: 105px">28</td>
<td class="gt_row gt_left" style="max-width: 136px">Paris</td>
<td class="gt_row gt_right" style="max-width: 110px">92.5</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">1</td>
<td class="gt_row gt_left" style="max-width: 114px">Pierre</td>
<td class="gt_row gt_right" style="max-width: 105px">35</td>
<td class="gt_row gt_left" style="max-width: 136px">Lyon</td>
<td class="gt_row gt_right" style="max-width: 110px">87.3</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">2</td>
<td class="gt_row gt_left" style="max-width: 114px">Sophie</td>
<td class="gt_row gt_right" style="max-width: 105px">22</td>
<td class="gt_row gt_left" style="max-width: 136px">Marseille</td>
<td class="gt_row gt_right" style="max-width: 110px">95.1</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">3</td>
<td class="gt_row gt_left" style="max-width: 114px">Jean</td>
<td class="gt_row gt_right" style="max-width: 105px">41</td>
<td class="gt_row gt_left" style="max-width: 136px">Toulouse</td>
<td class="gt_row gt_right" style="max-width: 110px">78.6</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">4</td>
<td class="gt_row gt_left" style="max-width: 114px">Claire</td>
<td class="gt_row gt_right" style="max-width: 105px">30</td>
<td class="gt_row gt_left" style="max-width: 136px">Nantes</td>
<td class="gt_row gt_right" style="max-width: 110px">88.9</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">5</td>
<td class="gt_row gt_left" style="max-width: 114px">Lucas</td>
<td class="gt_row gt_right" style="max-width: 105px">27</td>
<td class="gt_row gt_left" style="max-width: 136px">Bordeaux</td>
<td class="gt_row gt_right" style="max-width: 110px">91.2</td>
</tr>
<tr>
<td class="gt_row gt_right gd-tbl-rownum">6</td>
<td class="gt_row gt_left" style="max-width: 114px">Emma</td>
<td class="gt_row gt_right" style="max-width: 105px">33</td>
<td class="gt_row gt_left" style="max-width: 136px">Lille</td>
<td class="gt_row gt_right" style="max-width: 110px">84.7</td>
</tr>
</tbody>
</table>
