Skip to content

Commit e41a66e

Browse files
committed
Merge pull request jvns#14 from jbalogh/patch-4
find out of => find out if
2 parents e2d2b57 + b464c69 commit e41a66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/Chapter 5 - Combining dataframes and scraping Canadian weather data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"cell_type": "markdown",
8383
"metadata": {},
8484
"source": [
85-
"When playing with the cycling data, I wanted temperature and precipitation data to find out of people like biking when it's raining. So I went to the site for [Canadian historical weather data](http://climate.weather.gc.ca/index_e.html#access), and figured out how to get it automatically.\n",
85+
"When playing with the cycling data, I wanted temperature and precipitation data to find out if people like biking when it's raining. So I went to the site for [Canadian historical weather data](http://climate.weather.gc.ca/index_e.html#access), and figured out how to get it automatically.\n",
8686
"\n",
8787
"Here we're going to get the data for March 2012, and clean it up\n",
8888
"\n",
@@ -3613,4 +3613,4 @@
36133613
"metadata": {}
36143614
}
36153615
]
3616-
}
3616+
}

0 commit comments

Comments
 (0)