Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdrn committed Apr 13, 2024
1 parent a03ab4a commit 1829cf0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/01 Preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Remove head coach that were appointed after 2023 seasons\n",
"# Remove head coach that were appointed after 2023 season\n",
"head_coach = head_coach[head_coach['Appointed'] <= '2024-01-14']\n",
"# Keep head coach that were dimissed after 2015 or that are still active\n",
"head_coach = head_coach[(head_coach['EndDate'] >= '2015-01-01') | (head_coach['EndDate'].isna())]"
Expand Down Expand Up @@ -2212,9 +2212,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python (TER)",
"display_name": "TER",
"language": "python",
"name": "ter"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
30 changes: 15 additions & 15 deletions src/02 Exploratory data analysis.ipynb

Large diffs are not rendered by default.

0 comments on commit 1829cf0

Please sign in to comment.