File size: 493 Bytes
e56332c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Column 1</th>
      <th>Column 2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>orange</td>
      <td>$0.52</td>
    </tr>
    <tr>
      <td>onion</td>
      <td>$0.39</td>
    </tr>
    <tr>
      <td>apple</td>
      <td>$0.39</td>
    </tr>
    <tr>
      <td>tomato</td>
      <td>$0.70</td>
    </tr>
    <tr>
      <td>red pepper</td>
      <td>$0.86</td>
    </tr>
  </tbody>
</table>