Datasets:
File size: 683 Bytes
37dbcdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>Column 1</th>
<th>Column 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>piece of floral stationery</td>
<td>$0.29</td>
</tr>
<tr>
<td>piece of striped paper</td>
<td>$0.44</td>
</tr>
<tr>
<td>white note card</td>
<td>$0.10</td>
</tr>
<tr>
<td>orange envelope</td>
<td>$0.92</td>
</tr>
<tr>
<td>sheet of bright yellow paper</td>
<td>$0.74</td>
</tr>
<tr>
<td>piece of elegant stationery</td>
<td>$0.33</td>
</tr>
</tbody>
</table> |