Skip to content

Commit 6c81f3f

Browse files
authored
Merge pull request #2248 from Esri/jy-rvw-new-home-shuang
Corrected the numbers for bullet points within sections
2 parents fe8d62a + 18a7c89 commit 6c81f3f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

samples/04_gis_analysts_data_scientists/finding_a_new_home.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"cell_type": "markdown",
373373
"metadata": {},
374374
"source": [
375-
"5) Read the **Crestline3BdrmAveSellingPrice** excel data from local `datapath`, and restructure it as a Dataframe."
375+
"3) Read the **Crestline3BdrmAveSellingPrice** excel data from local `datapath`, and restructure it as a Dataframe."
376376
]
377377
},
378378
{
@@ -812,7 +812,7 @@
812812
"cell_type": "markdown",
813813
"metadata": {},
814814
"source": [
815-
"6) Create a graph using `matplotlib` library to show how average home prices have changed since they bought their home."
815+
"4) Create a graph using `matplotlib` library to show how average home prices have changed since they bought their home."
816816
]
817817
},
818818
{
@@ -1003,7 +1003,7 @@
10031003
"cell_type": "markdown",
10041004
"metadata": {},
10051005
"source": [
1006-
"7) Determine an appropriate selling price based on home sales trends as follows:\n",
1006+
"5) Determine an appropriate selling price based on home sales trends as follows:\n",
10071007
"\n",
10081008
"> a) Determine the current average selling price and the average selling price when they bought their home. Divide the current average price by the beginning average price to see how much homes in their ZIP Code have appreciated or depreciated. When Mark and Lisa bought their home in December of 2007, 3-bedroom homes were selling for \\$276,617. "
10091009
]
@@ -4770,7 +4770,7 @@
47704770
"cell_type": "markdown",
47714771
"metadata": {},
47724772
"source": [
4773-
"6) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **MarketHealthIndex** field) and `drive_time_lyr`."
4773+
"7) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **MarketHealthIndex** field) and `drive_time_lyr`."
47744774
]
47754775
},
47764776
{
@@ -4848,7 +4848,7 @@
48484848
"cell_type": "markdown",
48494849
"metadata": {},
48504850
"source": [
4851-
"7) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ZHVI** field) and `drive_time_lyr`."
4851+
"8) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ZHVI** field) and `drive_time_lyr`."
48524852
]
48534853
},
48544854
{
@@ -4919,7 +4919,7 @@
49194919
"cell_type": "markdown",
49204920
"metadata": {},
49214921
"source": [
4922-
"8) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ForecastYoYPctChange** field) and `drive_time_lyr`."
4922+
"9) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ForecastYoYPctChange** field) and `drive_time_lyr`."
49234923
]
49244924
},
49254925
{
@@ -5521,7 +5521,7 @@
55215521
"name": "python",
55225522
"nbconvert_exporter": "python",
55235523
"pygments_lexer": "ipython3",
5524-
"version": "3.11.0"
5524+
"version": "3.11.11"
55255525
}
55265526
},
55275527
"nbformat": 4,

0 commit comments

Comments
 (0)