Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PelumiAdeboye authored Jun 16, 2024
1 parent df81733 commit fe47052
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions predict_euros.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -521,28 +521,9 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"C:\\Users\\USER\\AppData\\Local\\Temp\\ipykernel_17552\\2645603068.py:7: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[2.0562714]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.\n",
" dict_table[group].loc[dict_table[group]['Team'] == home, 'Pts'] += points_home\n",
"C:\\Users\\USER\\AppData\\Local\\Temp\\ipykernel_17552\\2645603068.py:7: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[1.77880332]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.\n",
" dict_table[group].loc[dict_table[group]['Team'] == home, 'Pts'] += points_home\n",
"C:\\Users\\USER\\AppData\\Local\\Temp\\ipykernel_17552\\2645603068.py:7: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[1.22097305]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.\n",
" dict_table[group].loc[dict_table[group]['Team'] == home, 'Pts'] += points_home\n",
"C:\\Users\\USER\\AppData\\Local\\Temp\\ipykernel_17552\\2645603068.py:7: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[0.70293062]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.\n",
" dict_table[group].loc[dict_table[group]['Team'] == home, 'Pts'] += points_home\n",
"C:\\Users\\USER\\AppData\\Local\\Temp\\ipykernel_17552\\2645603068.py:7: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[1.44517732]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.\n",
" dict_table[group].loc[dict_table[group]['Team'] == home, 'Pts'] += points_home\n",
"C:\\Users\\USER\\AppData\\Local\\Temp\\ipykernel_17552\\2645603068.py:7: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[1.78765478]' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.\n",
" dict_table[group].loc[dict_table[group]['Team'] == home, 'Pts'] += points_home\n"
]
}
],
"outputs": [],
"source": [
"for group in dict_table:\n",
" teams_in_group = dict_table[group]['Team'].values\n",
Expand Down

0 comments on commit fe47052

Please sign in to comment.