kbberendsen commited on
Commit
c8db353
1 Parent(s): 532688c

Adding the Dutch grand prix

Browse files
Files changed (45) hide show
  1. .gitignore +1 -1
  2. __pycache__/app.cpython-311.pyc +0 -0
  3. app.py +1 -1
  4. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/car_data.ff1pkl +3 -0
  5. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/driver_info.ff1pkl +3 -0
  6. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/position_data.ff1pkl +3 -0
  7. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/race_control_messages.ff1pkl +3 -0
  8. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/session_status_data.ff1pkl +3 -0
  9. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/timing_app_data.ff1pkl +3 -0
  10. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/timing_data.ff1pkl +3 -0
  11. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/track_status_data.ff1pkl +3 -0
  12. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/weather_data.ff1pkl +3 -0
  13. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/car_data.ff1pkl +3 -0
  14. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/driver_info.ff1pkl +3 -0
  15. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/lap_count.ff1pkl +3 -0
  16. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/position_data.ff1pkl +3 -0
  17. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/race_control_messages.ff1pkl +3 -0
  18. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/session_status_data.ff1pkl +3 -0
  19. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/timing_app_data.ff1pkl +3 -0
  20. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/timing_data.ff1pkl +3 -0
  21. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/track_status_data.ff1pkl +3 -0
  22. cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/weather_data.ff1pkl +3 -0
  23. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/car_data.ff1pkl +3 -0
  24. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/driver_info.ff1pkl +3 -0
  25. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/position_data.ff1pkl +3 -0
  26. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/race_control_messages.ff1pkl +3 -0
  27. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/session_status_data.ff1pkl +3 -0
  28. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/timing_app_data.ff1pkl +3 -0
  29. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/timing_data.ff1pkl +3 -0
  30. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/track_status_data.ff1pkl +3 -0
  31. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/weather_data.ff1pkl +3 -0
  32. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/car_data.ff1pkl +3 -0
  33. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/driver_info.ff1pkl +3 -0
  34. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/lap_count.ff1pkl +3 -0
  35. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/position_data.ff1pkl +3 -0
  36. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/race_control_messages.ff1pkl +3 -0
  37. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/session_status_data.ff1pkl +3 -0
  38. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/timing_app_data.ff1pkl +3 -0
  39. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/timing_data.ff1pkl +3 -0
  40. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/track_status_data.ff1pkl +3 -0
  41. cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/weather_data.ff1pkl +3 -0
  42. cache/fastf1_http_cache.sqlite +2 -2
  43. modules/__pycache__/drivers.cpython-311.pyc +0 -0
  44. modules/__pycache__/sidebar.cpython-311.pyc +0 -0
  45. modules/drivers.py +2 -2
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
- __pycache__/
2
  .venv/
3
  .DS_Store
 
1
+ /pycache/*
2
  .venv/
3
  .DS_Store
__pycache__/app.cpython-311.pyc CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
 
app.py CHANGED
@@ -29,7 +29,7 @@ app_ui = ui.page_fluid(
29
  ui.panel_sidebar(
30
  ui.input_select(
31
  "track_select", "Select track:",
32
- choices = ["Austria", "Hungary", "Spain", "Bahrain", "United-Kingdom"],
33
  selected = "Austria"
34
  ),
35
  ui.input_radio_buttons(
 
29
  ui.panel_sidebar(
30
  ui.input_select(
31
  "track_select", "Select track:",
32
+ choices = ["Austria", "Hungary", "Spain", "Bahrain", "United-Kingdom", "Netherlands"],
33
  selected = "Austria"
34
  ),
35
  ui.input_radio_buttons(
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/car_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e2ce5c7812c643704e1898a77f365c83cd90b01cfecc632b2060d8ff9cb567
3
+ size 22334795
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/driver_info.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c5ee3c0780a8cf02ea3899855a383c2798e48b3599976dfa7348fe90872734
3
+ size 5130
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/position_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c2f3bff8c8aa56ab2e3e85bc8ab6bb3cb70161ccf4c94af1b4fef0d2425dba
3
+ size 21372759
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/race_control_messages.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:473de25c75a4238f3e8e69e8931e283b9fbf185f64dc6ad80ad73f24c644a72e
3
+ size 2569
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/session_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c08aa968f55d79bfe5d1bd1502b1e610727884ad29332bef8710ff85fdd30a8
3
+ size 453
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/timing_app_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49b0ed5d034aadb6e42dd9a293ec159b073dc053d972dac097a6dde2d2c53575
3
+ size 37094
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/timing_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfeb5e8fc8ae6483c8781a32d1643adaf68c216d7be2471494e07c6f3e3d18ae
3
+ size 75238
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/track_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0142cf62a71a1696a7dd50eec19b2eaea765cd05151d4d99edcd135807f13c11
3
+ size 296
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-03_Qualifying/weather_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46374e8aec8fd39f634e46ba4f82a9b56a0b3809baa50e123652153a590943b5
3
+ size 5576
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/car_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5975be747ef5b933373235481a8d2d5df8459062e32481047120c86e8fb9cc
3
+ size 43051775
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/driver_info.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c2a1a6e6c953ab9bcb6779814354025a3b2c2170bdf8bb7ad3e4a4cf617ea8a
3
+ size 5130
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/lap_count.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ea5f8b29c307d4775d44827a4be802c5db0a2460c45a6eed5ecf7b98b96ab14
3
+ size 1460
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/position_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef51b00094f9d69d3a8ea2e40fa11fce51f02de38a07b943e85b9f14e2df10d3
3
+ size 47042135
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/race_control_messages.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:501796adbe5baf1721059dd80efd58b9088e6b3fb572bf306d86fc67592f09d7
3
+ size 9860
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/session_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4593182392f84a54b84c1563e627390229bee8db9d393ca0ecf4d9642a50ec1
3
+ size 216
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/timing_app_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e6bd8979d2e4f521ef958fb1511f23c9869cc232571d94b03d531ba89cf99b
3
+ size 124642
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/timing_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68c478ba5d07df29e0975d68fa9b432c987469119a60416ae3df8d8a63915e5
3
+ size 1277125
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/track_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9787a6b8b3ef3ba34a8b68bb5294b64abec84584db218a850ab3e0b280386a41
3
+ size 508
cache/2022/2022-09-04_Dutch_Grand_Prix/2022-09-04_Race/weather_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f16667f0ee806f71cb0a52932ffb9e0a7adaf11f10724ade7740dbf9de59171f
3
+ size 10571
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/car_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0553819ceb2c84feb7012569321f67d40af4714e572958857d3b022f1c729bb2
3
+ size 26565437
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/driver_info.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863adef263f9ac1506fe35791e49a1254479cbebe3b5bd76861d1a7881c5a596
3
+ size 5112
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/position_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea575204fc4b6f94adf4e5602157da29fa581b4354b63a8318ec21c060f29a5
3
+ size 25257321
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/race_control_messages.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b436a0302d2cae767af521953fc9d1da689330e60892d3a6289019e30aefdbca
3
+ size 5133
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/session_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c21633e9a0a0c8cb656de936b132cbde626531a2456c82a13315ee6dbbf4d16c
3
+ size 532
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/timing_app_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad69e9a54c08d742b053202a190d8fcd91d9cd80758b4171aa3fc71cf5b25fc5
3
+ size 58827
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/timing_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf477200ed5484810bcb6adc77aa7e8374eceae1c325d33e6d8da1a851a5430
3
+ size 137891
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/track_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79fe0545b11709c515a68f5c025a995e5c08846227b49f0c8e10924ad5f77b32
3
+ size 295
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-26_Qualifying/weather_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6bb27913b8a2f5bdb7fd83741a20ad39ef61a6ad315222219768a5f520a194
3
+ size 6570
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/car_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4422a47d95831f8bdfaa2c765839c857700be0719229ee1da44208c65a654970
3
+ size 55273617
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/driver_info.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1698c3c63ec51726caf4f6e7f8521b4868bc79978f5195a45130aceafa2b2213
3
+ size 5112
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/lap_count.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b635cbedcb44aa75b0c6f9047c535b44806c091e35149bfec50655f0149e05e
3
+ size 1468
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/position_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7830a2abe835f692c3540e81d03ca4c2e5400af8e01b9f99fcc0a2f348c6dfaa
3
+ size 60375496
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/race_control_messages.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f2be01bc4c5bb914c9166d0933d08065f803a4b52c7cdc492de6be85c4ddb19
3
+ size 6747
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/session_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8645d8fb4c3cd91220cc14cafbddec68e50eeecbbcdd38425b378201cfcc08
3
+ size 268
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/timing_app_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73411cf00cb94c0415a72af3a1cd7eb9521ad764ab10e803105b56efcef6251
3
+ size 134433
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/timing_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9f31029d3219e033e7fefe13bf819e3838e6fc62154e277d52723b9a1984b6f
3
+ size 1270451
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/track_status_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d873f94c8d117b76d02d2194160bd608c2b2aaed763923a0bb5947975db46ce
3
+ size 562
cache/2023/2023-08-27_Dutch_Grand_Prix/2023-08-27_Race/weather_data.ff1pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e9e9db86aa559b4e8359f03044fc6f92fb35cfdbc4bb905e7250d28643ceae4
3
+ size 13536
cache/fastf1_http_cache.sqlite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:558bbd011d53b4981749e5e03426fc7a107d27f757f2d43c9730b22fd0660360
3
- size 287285248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f587c076c8fe521cc6cbb8e8760861f72d49920a81752eaa7e0f0b15be305922
3
+ size 356544512
modules/__pycache__/drivers.cpython-311.pyc CHANGED
Binary files a/modules/__pycache__/drivers.cpython-311.pyc and b/modules/__pycache__/drivers.cpython-311.pyc differ
 
modules/__pycache__/sidebar.cpython-311.pyc ADDED
Binary file (1.84 kB). View file
 
modules/drivers.py CHANGED
@@ -5,7 +5,7 @@ drivers_2023 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
5
  'MAG': 'Kevin Magnussen', 'TSU': 'Yuki Tsunoda', 'ALB': 'Alexander Albon',
6
  'ZHO': 'Guanyu Zhou', 'HUL': 'Nico Hülkenberg', 'OCO': 'Esteban Ocon',
7
  'HAM': 'Lewis Hamilton', 'SAI': 'Carlos Sainz', 'RUS': 'George Russel',
8
- 'BOT': 'Valteri Bottas', 'PIA': 'Oscar Piastri', 'VRI': 'Nyck de Vries',
9
  'SAR': 'Logan Sargeant', 'RIC': 'Daniel Ricciardo'}
10
 
11
  drivers_2022 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
@@ -14,6 +14,6 @@ drivers_2022 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
14
  'MAG': 'Kevin Magnussen', 'TSU': 'Yuki Tsunoda', 'ALB': 'Alexander Albon',
15
  'ZHO': 'Guanyu Zhou', 'HUL': 'Nico Hülkenberg', 'OCO': 'Esteban Ocon',
16
  'HAM': 'Lewis Hamilton', 'SAI': 'Carlos Sainz', 'RUS': 'George Russel',
17
- 'BOT': 'Valteri Bottas', 'VRI': 'Nyck de Vries', 'VET': 'Sebastian Vettel',
18
  'RIC': 'Daniel Ricciardo', 'MSC': 'Mick Schumacher',
19
  'LAT': 'Nicolas Latifi'}
 
5
  'MAG': 'Kevin Magnussen', 'TSU': 'Yuki Tsunoda', 'ALB': 'Alexander Albon',
6
  'ZHO': 'Guanyu Zhou', 'HUL': 'Nico Hülkenberg', 'OCO': 'Esteban Ocon',
7
  'HAM': 'Lewis Hamilton', 'SAI': 'Carlos Sainz', 'RUS': 'George Russel',
8
+ 'BOT': 'Valteri Bottas', 'PIA': 'Oscar Piastri', 'DEV': 'Nyck de Vries',
9
  'SAR': 'Logan Sargeant', 'RIC': 'Daniel Ricciardo'}
10
 
11
  drivers_2022 = {'Fastest driver': 'Fastest driver', 'VER': 'Max Verstappen',
 
14
  'MAG': 'Kevin Magnussen', 'TSU': 'Yuki Tsunoda', 'ALB': 'Alexander Albon',
15
  'ZHO': 'Guanyu Zhou', 'HUL': 'Nico Hülkenberg', 'OCO': 'Esteban Ocon',
16
  'HAM': 'Lewis Hamilton', 'SAI': 'Carlos Sainz', 'RUS': 'George Russel',
17
+ 'BOT': 'Valteri Bottas', 'DEV': 'Nyck de Vries', 'VET': 'Sebastian Vettel',
18
  'RIC': 'Daniel Ricciardo', 'MSC': 'Mick Schumacher',
19
  'LAT': 'Nicolas Latifi'}