Skip to content

Commit 6c91c4e

Browse files
committed
refresh part 3 notebook
1 parent e8277f4 commit 6c91c4e

9 files changed

+1236
-1005
lines changed

1-reading-writing-files.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4082,7 +4082,7 @@
40824082
"cell_type": "markdown",
40834083
"metadata": {},
40844084
"source": [
4085-
"In this notebook, we reviewed various ways to read (load) and write (save) data from NYC Open Data. Specifically, we focused on reading our data into a pandas dataframe. We also went over common file formats that you might encounter - CSV, JSON, Shapefiles, and ZIP files. In Part II, we will focus on basic data inspection and wrangling techniques in the data analysis workflow."
4085+
"In this notebook, we reviewed various ways to read (load) and write (save) data from NYC Open Data. Specifically, we focused on reading our data into a pandas dataframe. We also went over common file formats that you might encounter - CSV, JSON, Shapefiles, and ZIP files. In Part 2, we will focus on basic data inspection and wrangling techniques in the data analysis workflow."
40864086
]
40874087
},
40884088
{

2-data-inspection-cleaning-wrangling.ipynb

Lines changed: 778 additions & 760 deletions
Large diffs are not rendered by default.

3-plotting-visualizations.ipynb

Lines changed: 254 additions & 244 deletions
Large diffs are not rendered by default.

data/nta-shape.geojson

Lines changed: 201 additions & 0 deletions
Large diffs are not rendered by default.

data/shapefile/nta-shape.cpg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ISO-8859-1

data/shapefile/nta-shape.dbf

77.4 KB
Binary file not shown.

data/shapefile/nta-shape.prj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

data/shapefile/nta-shape.shp

1.64 MB
Binary file not shown.

data/shapefile/nta-shape.shx

1.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)