blob: f24f6066853cffc08e868d3eb5d8344152c20ca7 [file] [log] [blame]
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>name</th>
<th>age</th>
<th>fav_animal</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>Jordan</td>
<td>23</td>
<td>Pengiun</td>
</tr>
<tr>
<th>1</th>
<td>Bob</td>
<td>27</td>
<td>Lion</td>
</tr>
<tr>
<th>2</th>
<td>Alice</td>
<td>25</td>
<td>Tiger</td>
</tr>
</tbody>
</table>