malavnaik12 / F1_Fantasy_Model

Model development space for algorithms to choose the best F1 fantasy teams.
MIT License
0 stars 0 forks source link

Use race_results.json contents to populate database_main.json #6

Open malavnaik12 opened 1 month ago

malavnaik12 commented 1 month ago

Background: database_main.json is the main database that the optimizer will be pulling from (this will have positions and prices data for constructors and drivers).

Goal: Currently, the positions data in race_results.json is not being fed to database_main.json so need to create this pathway.