File size: 566 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
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Column 1</th>
      <th>Column 2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>funnel cake stand</td>
      <td>$5,782</td>
    </tr>
    <tr>
      <td>hot dog stand</td>
      <td>$8,419</td>
    </tr>
    <tr>
      <td>shaved ice cart</td>
      <td>$6,407</td>
    </tr>
    <tr>
      <td>popsicle stand</td>
      <td>$5,755</td>
    </tr>
    <tr>
      <td>popcorn cart</td>
      <td>$9,084</td>
    </tr>
  </tbody>
</table>