formula1 / modules /drivers.py
kbberendsen's picture
Adding the Dutch grand prix
c8db353
# Define drivers
drivers_2023 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
'NOR': 'Lando Norris', 'GAS': 'Pierre Gasly', 'PER': 'Sergio Perez',
'ALO': 'Fernando Alonso', 'LEC': 'Charles Leclerc', 'STR': 'Lance Stroll',
'MAG': 'Kevin Magnussen', 'TSU': 'Yuki Tsunoda', 'ALB': 'Alexander Albon',
'ZHO': 'Guanyu Zhou', 'HUL': 'Nico Hülkenberg', 'OCO': 'Esteban Ocon',
'HAM': 'Lewis Hamilton', 'SAI': 'Carlos Sainz', 'RUS': 'George Russel',
'BOT': 'Valteri Bottas', 'PIA': 'Oscar Piastri', 'DEV': 'Nyck de Vries',
'SAR': 'Logan Sargeant', 'RIC': 'Daniel Ricciardo'}
drivers_2022 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
'NOR': 'Lando Norris', 'GAS': 'Pierre Gasly', 'PER': 'Sergio Perez',
'ALO': 'Fernando Alonso', 'LEC': 'Charles Leclerc', 'STR': 'Lance Stroll',
'MAG': 'Kevin Magnussen', 'TSU': 'Yuki Tsunoda', 'ALB': 'Alexander Albon',
'ZHO': 'Guanyu Zhou', 'HUL': 'Nico Hülkenberg', 'OCO': 'Esteban Ocon',
'HAM': 'Lewis Hamilton', 'SAI': 'Carlos Sainz', 'RUS': 'George Russel',
'BOT': 'Valteri Bottas', 'DEV': 'Nyck de Vries', 'VET': 'Sebastian Vettel',
'RIC': 'Daniel Ricciardo', 'MSC': 'Mick Schumacher',
'LAT': 'Nicolas Latifi'}