Skip to content

Commit 690afe0

Browse files
committed
Update aggregations.md
1 parent 7be3b7d commit 690afe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/aggregations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ import plotly.io as pio
144144

145145
import pandas as pd
146146

147-
df = pd.read_csv("https://plotly.com/~public.health/17.csv")
147+
df = pd.read_csv("https://raw.githubusercontent.com/plotly/datasets/master/US-shooting-incidents.csv")
148148

149149
data = [dict(
150150
x = df['date'],

0 commit comments

Comments
 (0)