Table of Scores

{% for index, row in evaluation_data.iterrows() %} {% endfor %}
# Player ID Player Name Game Score Won Won Score Lost Lost Score Opponents Lost Opponents Lost Score Total Score
{{ index }} {{ row.player_id }} {{ row.player_name }} {{ row.score }} {{ row.won }} {{ row.won_score }} {{ row.lost }} {{ row.lost_score }} {{ row.opponents_lost }} {{ row.opponents_lost_score }} {{ row.total_score }}