Skip to content

Instantly share code, notes, and snippets.

@arjangroen
Created November 18, 2018 11:12
Show Gist options
  • Save arjangroen/6059cc156ce4f4e0805530614c33f70b to your computer and use it in GitHub Desktop.
Save arjangroen/6059cc156ce4f4e0805530614c33f70b to your computer and use it in GitHub Desktop.
elo_ratings_html
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>index</th>
<th>elo_rank</th>
<th>uefa_rank</th>
<th>elo_rating</th>
<th>uefa_points</th>
<th>ranking_delta</th>
</tr>
<tr>
<th>club</th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>real madrid cf</th>
<td>0</td>
<td>1</td>
<td>1</td>
<td>1799</td>
<td>160</td>
<td>0</td>
</tr>
<tr>
<th>fc bayern münchen</th>
<td>2</td>
<td>2</td>
<td>3</td>
<td>1731</td>
<td>135</td>
<td>-1</td>
</tr>
<tr>
<th>juventus</th>
<td>4</td>
<td>3</td>
<td>5</td>
<td>1725</td>
<td>126</td>
<td>-2</td>
</tr>
<tr>
<th>fc barcelona</th>
<td>3</td>
<td>4</td>
<td>4</td>
<td>1721</td>
<td>132</td>
<td>0</td>
</tr>
<tr>
<th>club atlético de madrid</th>
<td>1</td>
<td>5</td>
<td>2</td>
<td>1654</td>
<td>138</td>
<td>3</td>
</tr>
<tr>
<th>as roma</th>
<td>20</td>
<td>6</td>
<td>21</td>
<td>1629</td>
<td>64</td>
<td>-15</td>
</tr>
<tr>
<th>chelsea fc</th>
<td>12</td>
<td>7</td>
<td>12</td>
<td>1629</td>
<td>82</td>
<td>-5</td>
</tr>
<tr>
<th>paris saint-germain</th>
<td>6</td>
<td>8</td>
<td>7</td>
<td>1612</td>
<td>109</td>
<td>1</td>
</tr>
<tr>
<th>manchester united fc</th>
<td>11</td>
<td>9</td>
<td>12</td>
<td>1608</td>
<td>82</td>
<td>-3</td>
</tr>
<tr>
<th>sevilla fc</th>
<td>5</td>
<td>10</td>
<td>6</td>
<td>1593</td>
<td>113</td>
<td>4</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment