parth1902 / Scrape-FBref-data

To scrape data from fbref.com provided by StatsBomb
120 stars 46 forks source link

Goalkeeper Stats are all the same number #5

Open ChArliEcOoK222 opened 6 months ago

ChArliEcOoK222 commented 6 months ago

Whenever I use the code:

df_keeper = get_keeper_data('https://fbref.com/en/comps/9/','/Premier-League-Stats')

df_keeper

It seems to return a dataframe where all of the stats for goalkeepers are the exact same number. This is not a problem with the outfield players dataframe.