Skip to content

Commit b7b03a9

Browse files
committed
fix file formatting
1 parent e98c7a1 commit b7b03a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lecture_3_exercise_solution.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,9 @@
429429
"import pandas as pd\n",
430430
"\n",
431431
"# load all records and force a consistent ordering\n",
432-
"parks = pd.read_csv(\"https://data.cityofnewyork.us/resource/enfh-gkve.csv?$limit=3000&$order=globalid\")\n",
432+
"parks = pd.read_csv(\n",
433+
" \"https://data.cityofnewyork.us/resource/enfh-gkve.csv?$limit=3000&$order=globalid\"\n",
434+
")\n",
433435
"parks"
434436
]
435437
},

0 commit comments

Comments
 (0)