forked from McGillAISociety/mais-202-coding-challenge-w2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaverage.html
58 lines (58 loc) · 1010 Bytes
/
average.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>average_value</th>
</tr>
</thead>
<tbody>
<tr>
<th>car</th>
<td>13.638571</td>
</tr>
<tr>
<th>credit_card</th>
<td>12.142889</td>
</tr>
<tr>
<th>debt_consolidation</th>
<td>12.864312</td>
</tr>
<tr>
<th>home_improvement</th>
<td>15.346000</td>
</tr>
<tr>
<th>house</th>
<td>17.270000</td>
</tr>
<tr>
<th>major_purchase</th>
<td>10.941667</td>
</tr>
<tr>
<th>medical</th>
<td>10.636667</td>
</tr>
<tr>
<th>moving</th>
<td>9.910000</td>
</tr>
<tr>
<th>other</th>
<td>13.268182</td>
</tr>
<tr>
<th>small_business</th>
<td>13.323000</td>
</tr>
<tr>
<th>vacation</th>
<td>12.420000</td>
</tr>
<tr>
<th>wedding</th>
<td>7.900000</td>
</tr>
</tbody>
</table>