# Start writing code here...
select name,
avg(SG_P) as PUTTING,
AVG(SG_T) as DRIVING,
AVG(SCORING) as SCORING,
ROUND(AVG(POINTS) / AVG(ROUNDS), 3) as ppr
from pga_df1 WHERE YEAR > '2015' and YEAR < '2017'
group by NAME
We could create an example dashboard
Don't have to use Flask
Just as easy for people to see our insights
Hosted??