Skip to content

Commit 10a2526

Browse files
committed
fix cycling
1 parent 4ec8ede commit 10a2526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bokeh_sampledata/cycling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
def _read_data() -> pd.DataFrame:
33-
df = package_csv("cycling.csv")
33+
df = package_csv("cycling.csv", index_col=0)
3434
df["time"] = pd.to_timedelta(df["time"])
3535
return df
3636

0 commit comments

Comments
 (0)