Skip to content

Commit

Permalink
Script for scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
dyomed93 committed Jun 22, 2024
1 parent 3d586e7 commit 31338fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbref_scout_extraction_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def reset_columns(df):
df.columns = new_columns
df = df.fillna(0)
return df


def clean_text(cell):
"""
Expand Down

0 comments on commit 31338fa

Please sign in to comment.