vaastav / Fantasy-Premier-League

Creates a .csv file of all players in the English Player League with their respective team and total fantasy points
Other
1.35k stars 785 forks source link

2021-22 data added to cleaned_merged_seasons file. #127

Closed vimrajesh closed 2 years ago

vimrajesh commented 2 years ago

Added the following changes:

  1. Updated occurrences of "2020-21" to "2021-22".
  2. Fixed the following warning
    FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
    df = df.append(data, ignore_index=True, sort=False)
  3. Ran the global merger script to add 2021-22 season data to the cleaned_merged_seasons file.
vaastav commented 2 years ago

Thanks!