File size: 499 Bytes
5f63164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Column 1</th>
      <th>Column 2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>licorice</td>
      <td>$1.93 per lb</td>
    </tr>
    <tr>
      <td>gummy bears</td>
      <td>$1.21 per lb</td>
    </tr>
    <tr>
      <td>chocolate-covered raisins</td>
      <td>$2.05 per lb</td>
    </tr>
    <tr>
      <td>yogurt-covered peanuts</td>
      <td>$3.87 per lb</td>
    </tr>
  </tbody>
</table>