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

Removed index from all new csv files #159

Closed Azaya89 closed 11 months ago

Azaya89 commented 11 months ago

I added index=False to all newly created .csv files to remove the additional indexes when parsing the files.

vaastav commented 11 months ago

Thanks!