HackerSpace-PESU / Best11-Fantasycricket

Predicting the Best 11 for a fantasy cricket game
GNU Affero General Public License v3.0
24 stars 17 forks source link

[FEATURE] Converted into single csv file #36

Closed roysti10 closed 3 years ago

roysti10 commented 3 years ago

Description Converted all the csv files into a single csv file per role of the player New format is as follows:

 data
└───ODI
│   │   batting_ODI.csv
│   │   bowling_ODI.csv
│   │   wicketkeeping_ODI.csv
│   │   match_ids_ODI.csv
└───T20
│   │   batting_T20.csv
│   │   bowling_T20.csv
│   │   wicketkeeping_T20.csv
│   │   match_ids_T20.csv

Fixes #29

Tick the appropriate choice (Delete the rest):