File size: 657 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
31
32
33
34
35
36
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Company</th>
      <th>Monday</th>
      <th>Tuesday</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>White and Company</td>
      <td>$17</td>
      <td>$5</td>
    </tr>
    <tr>
      <td>Watson and Partners</td>
      <td>$9</td>
      <td>$8</td>
    </tr>
    <tr>
      <td>Thompson Corporation</td>
      <td>$7</td>
      <td>$7</td>
    </tr>
    <tr>
      <td>Jonas Incorporated</td>
      <td>$11</td>
      <td>$14</td>
    </tr>
    <tr>
      <td>Houston Sporting Goods</td>
      <td>$10</td>
      <td>$10</td>
    </tr>
  </tbody>
</table>