File size: 350 Bytes
912dc62 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>Organic</th>
<th>Non-organic</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apples</td>
<td>1</td>
<td>5</td>
</tr>
<tr>
<td>Peaches</td>
<td>4</td>
<td>1</td>
</tr>
</tbody>
</table> |