Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions samples/04_gis_analysts_data_scientists/finding_a_new_home.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"5) Read the **Crestline3BdrmAveSellingPrice** excel data from local `datapath`, and restructure it as a Dataframe."
"3) Read the **Crestline3BdrmAveSellingPrice** excel data from local `datapath`, and restructure it as a Dataframe."
]
},
{
Expand Down Expand Up @@ -812,7 +812,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"6) Create a graph using `matplotlib` library to show how average home prices have changed since they bought their home."
"4) Create a graph using `matplotlib` library to show how average home prices have changed since they bought their home."
]
},
{
Expand Down Expand Up @@ -1003,7 +1003,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"7) Determine an appropriate selling price based on home sales trends as follows:\n",
"5) Determine an appropriate selling price based on home sales trends as follows:\n",
"\n",
"> 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. "
]
Expand Down Expand Up @@ -4770,7 +4770,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"6) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **MarketHealthIndex** field) and `drive_time_lyr`."
"7) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **MarketHealthIndex** field) and `drive_time_lyr`."
]
},
{
Expand Down Expand Up @@ -4848,7 +4848,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"7) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ZHVI** field) and `drive_time_lyr`."
"8) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ZHVI** field) and `drive_time_lyr`."
]
},
{
Expand Down Expand Up @@ -4919,7 +4919,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"8) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ForecastYoYPctChange** field) and `drive_time_lyr`."
"9) Create a map that displays the overlap by adding both `hlth_lyr` (classified by **ForecastYoYPctChange** field) and `drive_time_lyr`."
]
},
{
Expand Down Expand Up @@ -5521,7 +5521,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down