Skip to content

Commit 41c7881

Browse files
committed
update jupyter
1 parent 83602b5 commit 41c7881

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.ipynb_checkpoints/Conflating HERE and WSDOT layers-checkpoint.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"metadata": {},
6262
"source": [
6363
"You can easily use **PgAdmin4** (version >= 4.23) to import the **.csv** files to your own PostgreSQL database, taking the **wash_lines_2016q2** table as an example:\n",
64-
"* 1. Create a database for yourself to run this code.\n",
65-
"* 2. Create a **wash_lines_2016q2** table in your database by executing the following code in the *Query Tool* of **PgAdmin4**:"
64+
"* 1.Create a database for yourself to run this code.\n",
65+
"* 2.Create a **wash_lines_2016q2** table in your database by executing the following code in the *Query Tool* of **PgAdmin4**:"
6666
]
6767
},
6868
{
@@ -183,7 +183,7 @@
183183
"cell_type": "markdown",
184184
"metadata": {},
185185
"source": [
186-
"* 3. Create the **postgis** extension for your database (Just right click the **Entensions** menu in your database and **Create**) "
186+
"* 3.Create the **postgis** extension for your database (Just right click the **Entensions** menu in your database and **Create**) "
187187
]
188188
},
189189
{
@@ -197,7 +197,7 @@
197197
"cell_type": "markdown",
198198
"metadata": {},
199199
"source": [
200-
"* 4. Use the **Import** function by right clicking the **wash_lines_2016q2** table to import the **wash_lines_2016q2.csv** file. (Please remeber to turn the **header** on and choose ',' as Delimiter). Do the same thing for the **state_lines** table."
200+
"* 4.Use the **Import** function by right clicking the **wash_lines_2016q2** table to import the **wash_lines_2016q2.csv** file. (Please remeber to turn the **header** on and choose ',' as Delimiter). Do the same thing for the **state_lines** table."
201201
]
202202
},
203203
{

Conflating HERE and WSDOT layers.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"metadata": {},
6262
"source": [
6363
"You can easily use **PgAdmin4** (version >= 4.23) to import the **.csv** files to your own PostgreSQL database, taking the **wash_lines_2016q2** table as an example:\n",
64-
"* 1. Create a database for yourself to run this code.\n",
65-
"* 2. Create a **wash_lines_2016q2** table in your database by executing the following code in the *Query Tool* of **PgAdmin4**:"
64+
"* 1.Create a database for yourself to run this code.\n",
65+
"* 2.Create a **wash_lines_2016q2** table in your database by executing the following code in the *Query Tool* of **PgAdmin4**:"
6666
]
6767
},
6868
{
@@ -183,7 +183,7 @@
183183
"cell_type": "markdown",
184184
"metadata": {},
185185
"source": [
186-
"* 3. Create the **postgis** extension for your database (Just right click the **Entensions** menu in your database and **Create**) "
186+
"* 3.Create the **postgis** extension for your database (Just right click the **Entensions** menu in your database and **Create**) "
187187
]
188188
},
189189
{
@@ -197,7 +197,7 @@
197197
"cell_type": "markdown",
198198
"metadata": {},
199199
"source": [
200-
"* 4. Use the **Import** function by right clicking the **wash_lines_2016q2** table to import the **wash_lines_2016q2.csv** file. (Please remeber to turn the **header** on and choose ',' as Delimiter). Do the same thing for the **state_lines** table."
200+
"* 4.Use the **Import** function by right clicking the **wash_lines_2016q2** table to import the **wash_lines_2016q2.csv** file. (Please remeber to turn the **header** on and choose ',' as Delimiter). Do the same thing for the **state_lines** table."
201201
]
202202
},
203203
{

0 commit comments

Comments
 (0)