Spaces:
Running
Running
tracinginsights
commited on
Commit
•
6af7771
1
Parent(s):
43b66bf
Update pages/Race_Launch_Performance_Ratings.py
Browse files
pages/Race_Launch_Performance_Ratings.py
CHANGED
@@ -20,8 +20,7 @@ DRIVERS_REMOVED = st.multiselect(
|
|
20 |
'Remove drivers starting from pitlane',
|
21 |
drivers.tolist()
|
22 |
)
|
23 |
-
|
24 |
-
# laps = laps[~laps["Driver"].isin(DRIVERS_REMOVED)]
|
25 |
|
26 |
REMAINING_DRIVERS = list(set(drivers.tolist()) - set(DRIVERS_REMOVED))
|
27 |
|
|
|
20 |
'Remove drivers starting from pitlane',
|
21 |
drivers.tolist()
|
22 |
)
|
23 |
+
|
|
|
24 |
|
25 |
REMAINING_DRIVERS = list(set(drivers.tolist()) - set(DRIVERS_REMOVED))
|
26 |
|