Skip to main content
Speed trap data reveals which teams have the most powerful engines and efficient aerodynamics. By comparing maximum speeds across teams, you can identify performance advantages on straights and understand the power unit hierarchy. Top speeds by team comparison

Loading the session

We’ll analyze speed trap data from the 2023 Italian Grand Prix qualifying session, where top speeds are typically highest due to Monza’s low-downforce setup.

Finding the fastest speed trap

F1 tracks have multiple speed measurement points (I1, I2, ST, FL). Let’s identify which one recorded the highest speeds.

Calculating maximum speeds by team

Group the data by team and find the maximum speed recorded for each.

Adding team colors

Use the plotting module to get official team colors for the visualization.

Creating the visualization

Build a horizontal bar chart showing the speed differences between teams.

Interpreting the results

When analyzing top speed data, consider:
  • Power unit performance: Teams with the same engine supplier often show similar top speeds
  • Aerodynamic efficiency: Lower drag setups achieve higher speeds but may sacrifice cornering performance
  • Track-specific setups: Monza and Spa typically show the highest speeds due to low-downforce configurations
  • DRS effect: Ensure you’re comparing like-for-like (DRS enabled or disabled)

Complete example

Next steps

  • Compare speed trap data across different tracks to see setup variations
  • Analyze the relationship between top speed and lap time
  • Explore telemetry comparison for detailed speed profiles
Last modified on March 6, 2026