Skip to content

Commit 7129b6b

Browse files
committed
update all fl to data_url
1 parent 5fb3ffd commit 7129b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/simple_linear_regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ So let's built a list of the columns we want to import
379379
380380
```{code-cell} ipython3
381381
cols = ['Code', 'Year', 'Life expectancy at birth (historical)', 'GDP per capita']
382-
df = pd.read_csv(fl, usecols=cols)
382+
df = pd.read_csv(data_url, usecols=cols)
383383
df
384384
```
385385

0 commit comments

Comments
 (0)