You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: SQL/Connecting to SQLite & Course Data.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"\n",
9
9
"Most students are accustomed to working with flat files (csv, excel, etc) as their primary data stores. There is good reason for this; these file are small, easy to share, and easy to work with. However, in industry its generally considered bad practice to use flat files as your primary data repository. Instead, you may need to work with a variety of different databases both locally and in the cloud. \n",
10
10
"\n",
11
-
"To get in the practice of making requests to databases it's good practice to read from a SQLite database (stored locally). This semester we will be using the World Bank's World Development Indicator Database for a variety of different demonstrations. You can download a copy of the database here: https://www.kaggle.com/worldbank/world-development-indicators#database.sqlite\n",
11
+
"To get in the practice of making requests to databases it's good practice to read from a SQLite database (stored locally). This semester I will be using the World Bank's World Development Indicator Database for a variety of different demonstrations. You can download a copy of the database here: https://www.kaggle.com/worldbank/world-development-indicators#database.sqlite\n",
12
12
"\n",
13
13
"To download, extract and query this data follow these steps:\n",
0 commit comments