File size: 567 Bytes
912dc62 | 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 | <table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>Restaurant</th>
<th>Supreme pizzas</th>
<th>Cheese pizzas</th>
</tr>
</thead>
<tbody>
<tr>
<td>Taste of New York</td>
<td>$9</td>
<td>$10</td>
</tr>
<tr>
<td>New York Slice</td>
<td>$20</td>
<td>$16</td>
</tr>
<tr>
<td>Dan's Deep Dish</td>
<td>$12</td>
<td>$19</td>
</tr>
<tr>
<td>The Big Cheese</td>
<td>$7</td>
<td>$8</td>
</tr>
</tbody>
</table> |