Datasets:
Upload predictions/55.html with huggingface_hub
Browse files- predictions/55.html +25 -0
predictions/55.html
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<table>
|
| 2 |
+
<caption>Average Oil Prices (dollars per barrel)</caption>
|
| 3 |
+
<thead>
|
| 4 |
+
<tr>
|
| 5 |
+
<th></th>
|
| 6 |
+
<th>2009</th>
|
| 7 |
+
<th>2008</th>
|
| 8 |
+
<th>2007</th>
|
| 9 |
+
</tr>
|
| 10 |
+
</thead>
|
| 11 |
+
<tbody>
|
| 12 |
+
<tr>
|
| 13 |
+
<td>West Texas Intermediate</td>
|
| 14 |
+
<td>$ 61.65</td>
|
| 15 |
+
<td>$ 99.37</td>
|
| 16 |
+
<td>$ 71.91</td>
|
| 17 |
+
</tr>
|
| 18 |
+
<tr>
|
| 19 |
+
<td>United Kingdom Brent</td>
|
| 20 |
+
<td>$ 61.49</td>
|
| 21 |
+
<td>$ 96.86</td>
|
| 22 |
+
<td>$ 72.21</td>
|
| 23 |
+
</tr>
|
| 24 |
+
</tbody>
|
| 25 |
+
</table>
|