Using Jupyter Notebook, I created a simple data pipeline that pulls from Ergast API to generate a visual that evaluates Formula 1 drivers' performance.
At every race, drivers have to complete a qualifying lap on Saturday and race on the next day. Qualifying result will determine the position of the grid for the race. This analysis will serve the function to observe the relationship between the two-day results.
Final product is then visualized using the Seaborn library sns.heatmap()
Check out the codes at my Github
Final result:
This visual is very useful in analyzing the performance and consistency of each driver. Using Jupyter Notebook, the analysis workflow is repeatable and easy to adjust to accommodate other variables that needed to be explored.