Skip to content

Commit 708d60f

Browse files
authored
Merge pull request #255 from jyaistMap/dev_site_current
thank you @jyaistMap
2 parents 39f6a77 + 669e105 commit 708d60f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,11 +1063,11 @@
10631063
},
10641064
"outputs": [],
10651065
"source": [
1066-
"csv_path = r\"E:\\GIS_Data\\file_formats\\CSV\\world earthquakes.csv\"\n",
1066+
"csv_path = r\"pathway\\to\\your_own\\CSV\\world earthquakes.csv\"\n",
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)