TabMWP / csv-0 /1001.html
Relentargon's picture
Add files using upload-large-folder tool
912dc62 verified
<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>