Skip to content

Commit e647c0c

Browse files
committed
fixed typos
1 parent 4d3b4a5 commit e647c0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/04_gis_analysts_data_scientists/finding_a_new_home.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"source": [
6464
"## Selling your home\n",
6565
"\n",
66-
"Execute the following command to install the openpyxl library if not already:\n",
66+
"Execute the following command to install the openpyxl library if not already. This package is used to read from any Excel or CSV files.\n",
6767
"```\n",
6868
"!pip install openpyxl\n",
6969
"```"
@@ -73,7 +73,7 @@
7373
"cell_type": "markdown",
7474
"metadata": {},
7575
"source": [
76-
"Also, when `matplotlib` is not present, run the following command to have it install:\n",
76+
"Also, when `matplotlib` is not present, run the following command to have it installed or upgraded:\n",
7777
"```\n",
7878
"import sys \n",
7979
"!{sys.executable} -m pip install matplotlib\n",
@@ -2759,7 +2759,7 @@
27592759
"cell_type": "markdown",
27602760
"metadata": {},
27612761
"source": [
2762-
"When arcpy is present, the `import_data` will upload the local SeDF as a FGDB to your organization, and publish to a hosted feature layer; On the ther hand, when arcpy is not present, then the `import_data` method would have the local SeDF upload to your organization as a shapefile, and then publish as a hosted Feature Layer. This minor difference will result in column/property name differences from what's defined in the original SeDF.\n",
2762+
"When arcpy is present, the `import_data` will upload the local SeDF (Spatially Enabled DataFrame) as a FGDB (File geodatabase) to your organization, and publish to a hosted feature layer; On the other hand, when arcpy is not present, then the `import_data` method would have the local SeDF upload to your organization as a shapefile, and then publish as a hosted Feature Layer. This minor difference will result in column/property name differences from what's defined in the original SeDF.\n",
27632763
"\n",
27642764
"The `has_arcpy` flag is to be used in determine which naming convention the newly created Feature Layer would be conforming to, when we are adding the Feature Layer for display based on variables."
27652765
]

0 commit comments

Comments
 (0)