Skip to content

Commit 669e105

Browse files
committed
updated specific path references to indicate getting your own data
1 parent 269980d commit 669e105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/03-the-gis/accessing-and-creating-content.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
"csv_properties={'title':'Earthquakes around the world from 1800s to early 1900s',\n",
10681068
" 'description':'Measurements from globally distributed seismometers',\n",
10691069
" 'tags':'arcgis, python, earthquake, natural disaster, emergency'}\n",
1070-
"thumbnail_path = r\"E:\\GIS_Data\\file_formats\\CSV\\remote_sensor.png\"\n",
1070+
"thumbnail_path = r\"pathway\\to\\your_own\\imgs\\remote_sensor.png\"\n",
10711071
"\n",
10721072
"earthquake_csv_item = gis.content.add(item_properties=csv_properties, data=csv_path,\n",
10731073
" thumbnail = thumbnail_path)"
@@ -1519,7 +1519,7 @@
15191519
"source": [
15201520
"# read csv as a pandas dataframe\n",
15211521
"import pandas\n",
1522-
"ports_df = pandas.read_csv(r'E:\\GIS_Data\\file_formats\\CSV\\ports.csv')\n",
1522+
"ports_df = pandas.read_csv(r'path\\to\\your_own\\CSV\\ports.csv')\n",
15231523
"ports_df"
15241524
]
15251525
},

0 commit comments

Comments
 (0)