Datasets:
Upload predictions/2.html with huggingface_hub
Browse files- predictions/2.html +21 -0
predictions/2.html
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<table>
|
| 2 |
+
<thead>
|
| 3 |
+
<tr>
|
| 4 |
+
<th></th>
|
| 5 |
+
<th>2017</th>
|
| 6 |
+
<th>2016</th>
|
| 7 |
+
</tr>
|
| 8 |
+
</thead>
|
| 9 |
+
<tbody>
|
| 10 |
+
<tr>
|
| 11 |
+
<td>Discount rate</td>
|
| 12 |
+
<td>2.8%</td>
|
| 13 |
+
<td>2.9%</td>
|
| 14 |
+
</tr>
|
| 15 |
+
<tr>
|
| 16 |
+
<td>Rate of compensation increase</td>
|
| 17 |
+
<td>5.5%</td>
|
| 18 |
+
<td>4.8%</td>
|
| 19 |
+
</tr>
|
| 20 |
+
</tbody>
|
| 21 |
+
</table>
|