Skip to content

Commit

Permalink
Notebook for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dyomed93 committed Jun 22, 2024
1 parent a92888c commit 3d586e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"\n",
"df['90s'] = pd.to_numeric(df['90s'], errors='coerce')\n",
"matches = 12.0\n",
"filtered_df = df[df['90s'] >= matches]"
"filtered_df = df[df['90s'] >= matches] "
]
},
{
Expand Down

0 comments on commit 3d586e7

Please sign in to comment.