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

Loading the Session

Analyze speed trap data from the 2023 Italian Grand Prix qualifying session. Top speeds are typically highest at Monza because of the low-downforce setup.

Finding the Fastest Speed Trap

F1 tracks have multiple speed measurement points (I1, I2, ST, FL). 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 the comparison is like-for-like (DRS enabled or disabled)

Parameters

The native chart exposes the shared filters. Restrict the comparison with teams, or force a specific trap with speed_trap:
The default speed_trap=None auto-detects the trap with the highest readings, using exactly the logic from the sections above. Omit teams (the default) to include every team.

Complete Example

The whole workflow above is wrapped in a single native function:

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 September 3, 2026