Closed pratik-IDWT closed 1 year ago
Key activities identified, each to have their own ticket and summary to be written
In trying to make my own FPL data loading and transforming, A repo is available that I can refer too that explains it here - https://github.com/James-Leslie/fpl-data/tree/main/notebooks
A notebook prototype has been drafted here - https://github.com/In-Data-We-Trust/IDWT-All-Things-SQL-And-Python-And-Code/blob/main/Python_Reference/FPL_Prototype.ipynb
I will continue to enhance it to have a ful use case for pulling in data for FPL, which can then be used for an AI prototype
I need to create a DDL from a pandas DF, will reference this later this week - https://medium.com/@mgangrade7/create-sql-table-using-python-for-loading-data-from-pandas-dataframe-985281dde307
I have written a python notebook, which when run from start to finish, write the key FPL data into my Azure DB.
The notebook is stored here - https://github.com/In-Data-We-Trust/IDWT-All-Things-SQL-And-Python-And-Code/blob/main/Python_Reference/FPL_Prototype.ipynb
This need some thought but I can do one of a few things:
Useful Articles
https://medium.com/analytics-vidhya/getting-started-with-fantasy-premier-league-data-56d3b9be8c32
Steps to be taken