We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec8ede commit 10a2526Copy full SHA for 10a2526
src/bokeh_sampledata/cycling.py
@@ -30,7 +30,7 @@
30
31
32
def _read_data() -> pd.DataFrame:
33
- df = package_csv("cycling.csv")
+ df = package_csv("cycling.csv", index_col=0)
34
df["time"] = pd.to_timedelta(df["time"])
35
return df
36
0 commit comments