Skip to main content
Track temperature is a critical factor in F1 performance, affecting tire grip, degradation, and overall lap times. By visualizing how track temperature evolves during a session, you can understand the conditions drivers faced and how they might have influenced strategy. Track temperature evolution during a race session

Loading the session

We’ll analyze track temperature changes during the 2023 Monaco Grand Prix race.

Getting weather data

Weather data is automatically included in the laps DataFrame. Each lap has associated weather information like track temperature, air temperature, humidity, and more.

Creating the visualization

Plot track temperature against lap number to see how conditions evolved.

Understanding the data

Track temperature patterns reveal important insights:
  • Rising temperature: Often seen in afternoon sessions as the sun heats the track surface
  • Cooling trends: Can occur with cloud cover or as the sun sets
  • Stable conditions: Consistent temperature suggests predictable grip levels
  • Temperature spikes: May indicate changing weather or track conditions

Complete example

Adding air temperature

Compare track and air temperature to see the relationship between ambient conditions and track surface.

Next steps

  • Explore other weather data like humidity and wind speed
  • Correlate temperature changes with lap time variations
  • Analyze how different compounds perform at various track temperatures
Last modified on March 6, 2026