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

[DATA] Organizing data into one csv file #29

Closed roysti10 closed 3 years ago

roysti10 commented 3 years ago

Is your data format related to a problem? Please describe. Currently, we have about 337 files per batting and bowling, each player has his own csv file, this wouldnt work once the number of players keep increasing.

Describe the solution you'd like Inside the zip folder there are two folders called ODI and T20, these two folders must be converted to a single csv file called zip_ODI.csv and zip_T20.csv the format of the csv file is as follows: player matches Date
player1 matchid1 date 1
matchid2 date 2
matchid3 date 3
player2 matchid1 date 1

.... and so on

Similarly do it also for zip2, bowl,wk

Additional context I'll be creating a seperate branch for this once a PR is opened for this

Check the appropriate choice

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.82. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.