File size: 353 Bytes
912dc62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Number of farms</th>
      <th>Number of cows</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>2</td>
    </tr>
    <tr>
      <td>2</td>
      <td>4</td>
    </tr>
    <tr>
      <td>3</td>
      <td>?</td>
    </tr>
  </tbody>
</table>