cmartins2001 / player-valuation-model

0 stars 0 forks source link

Add list comprehensions to python scripts #3

Closed cmartins2001 closed 5 months ago

cmartins2001 commented 6 months ago

Need to replace all initialized empty lists followed by a for loop with a list comprehension to reduce code length and complexity:

cmartins2001 commented 5 months ago

list comprehensions were added. also changed the output file format to CSV and replaced the old make_xl functions. that part of the code needs running/testing. once it is confirmed that it works, can delete the old excel format source data and re-run the entire repo with the new data format. should work without too many complications.