Spaces:
Running
Running
Commit
·
c4b129b
1
Parent(s):
2fe6a20
Update pages/Average_Race_Pace.py
Browse files
pages/Average_Race_Pace.py
CHANGED
|
@@ -17,6 +17,4 @@ RACE_SELECTED = st.selectbox(
|
|
| 17 |
|
| 18 |
_, df = Average_Race_Pace.plot(YEAR_SELECTED, RACE_SELECTED)
|
| 19 |
|
| 20 |
-
_
|
| 21 |
-
|
| 22 |
st.dataframe(pd.DataFrame(df)[['Driver','LapTime','Diff','Team']])
|
|
|
|
| 17 |
|
| 18 |
_, df = Average_Race_Pace.plot(YEAR_SELECTED, RACE_SELECTED)
|
| 19 |
|
|
|
|
|
|
|
| 20 |
st.dataframe(pd.DataFrame(df)[['Driver','LapTime','Diff','Team']])
|