Skip to content

Commit a49997e

Browse files
committed
Update part1_introduction_to_dataengineering.ipynb
Updated per Atma's feedback
1 parent 2140b30 commit a49997e

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

guide/16-data-engineering-guides/part1_introduction_to_dataengineering.ipynb

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
]
3030
},
3131
{
32-
"attachments": {},
3332
"cell_type": "markdown",
3433
"metadata": {},
3534
"source": [
@@ -50,7 +49,6 @@
5049
]
5150
},
5251
{
53-
"attachments": {},
5452
"cell_type": "markdown",
5553
"metadata": {},
5654
"source": [
@@ -65,7 +63,6 @@
6563
]
6664
},
6765
{
68-
"attachments": {},
6966
"cell_type": "markdown",
7067
"metadata": {},
7168
"source": [
@@ -95,7 +92,6 @@
9592
]
9693
},
9794
{
98-
"attachments": {},
9995
"cell_type": "markdown",
10096
"metadata": {},
10197
"source": [
@@ -105,7 +101,6 @@
105101
]
106102
},
107103
{
108-
"attachments": {},
109104
"cell_type": "markdown",
110105
"metadata": {},
111106
"source": [
@@ -137,7 +132,6 @@
137132
]
138133
},
139134
{
140-
"attachments": {},
141135
"cell_type": "markdown",
142136
"metadata": {},
143137
"source": [
@@ -159,7 +153,6 @@
159153
]
160154
},
161155
{
162-
"attachments": {},
163156
"cell_type": "markdown",
164157
"metadata": {},
165158
"source": [
@@ -292,15 +285,14 @@
292285
]
293286
},
294287
{
295-
"attachments": {},
296288
"cell_type": "markdown",
297289
"metadata": {},
298290
"source": [
299-
"The [`Spatially Enabled DataFrame`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#spatialdataframe) (SEDF) inserts _\"spatial abilities\"_ into popular Pandas [DataFrame](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html). This allows users to use intuitive Pandas operations on both the attribute and spatial columns. With SEDF, you can easily manipulate geometric and attribute data.\n",
291+
"The [`Spatially Enabled DataFrame`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#spatialdataframe) (SEDF) inserts _\"spatial abilities\"_ into the popular [Pandas DataFrame](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html). This allows users to use intuitive Pandas operations on both the attribute and spatial columns. With SEDF, you can easily manipulate geometric and attribute data. SEDF is a capability that is added to the Pandas DataFrame structure, by the ArcGIS API for Python, to give it spatial abilities. \n",
300292
"\n",
301293
"SEDF is based on data structures inherently suited to data analysis, with natural operations for the filtering and inspecting of subsets of values, which are fundamental to statistical and geographic manipulations.\n",
302294
"\n",
303-
"Let's quickly look at how data can be imported and exported using __Spatially Enabled DataFrame__. We will take a deeper dive into working with Spatially Enabled DataFrame in the later parts of this guide series."
295+
"Let's quickly look at how data can be imported and exported using __Spatially Enabled DataFrame__. The details shown below are a high level overview and we will take a deeper dive into working with Spatially Enabled DataFrame in the later parts of this guide series."
304296
]
305297
},
306298
{
@@ -1045,7 +1037,6 @@
10451037
]
10461038
},
10471039
{
1048-
"attachments": {},
10491040
"cell_type": "markdown",
10501041
"metadata": {},
10511042
"source": [
@@ -1124,7 +1115,6 @@
11241115
]
11251116
},
11261117
{
1127-
"attachments": {},
11281118
"cell_type": "markdown",
11291119
"metadata": {},
11301120
"source": [
@@ -1454,7 +1444,6 @@
14541444
]
14551445
},
14561446
{
1457-
"attachments": {},
14581447
"cell_type": "markdown",
14591448
"metadata": {},
14601449
"source": [
@@ -1508,7 +1497,6 @@
15081497
]
15091498
},
15101499
{
1511-
"attachments": {},
15121500
"cell_type": "markdown",
15131501
"metadata": {},
15141502
"source": [
@@ -1564,7 +1552,6 @@
15641552
]
15651553
},
15661554
{
1567-
"attachments": {},
15681555
"cell_type": "markdown",
15691556
"metadata": {},
15701557
"source": [

0 commit comments

Comments
 (0)