You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@ NYC Open Data provides a treasure-trove of information - all publicly available
22
22
Sections include:
23
23
24
24
**Part 1: Reading and Writing Files in Python**
25
-
Part 1 demonstrates various ways to read (load) and write (save) data using the Python programming language. The datasets contain common file formats such as comma-separated values (csv), JavaScript Object Notation (json), shapefiles (i.e. format for geometric location and attribute information) and zip files.
25
+
Demonstrates various ways to read (load) and write (save) data using the Python programming language. The datasets contain common file formats such as comma-separated values (csv), JavaScript Object Notation (json), shapefiles (i.e. format for geometric location and attribute information) and zip files.
26
26
27
27
**Part 2: Data Inspection, Cleaning, and Wrangling in Python**
28
-
Part 2 demonstrates various ways to to inspect, clean, wrangle, and detect any outliers in your data.
28
+
Demonstrates various ways to to inspect, clean, wrangle, and detect any outliers in your data.
29
29
30
30
**Part 3: Plotting and Data Visualization in Python**
31
-
Part 3 demonstrates various examples of plotting and data visualizations.
31
+
Demonstrates various examples of plotting and data visualizations.
32
32
33
33
**Part 4: Geospatial Data and Mapping**
34
-
Part 4 demonstrates various workflows of working with geospatial data and mapping.
34
+
Demonstrates various workflows of working with geospatial data and mapping.
35
35
36
36
You can run an interactive example on MyBinder through your browser - no installation required: click here [](https://notebooks.gesis.org/binder/jupyter/user/mebauer-data-an-is-using-python-sfwsnr6g/notebooks/mybinder-examples/examples.ipynb).
37
37
@@ -69,7 +69,6 @@ You can view these notebooks through your browser by clicking *View* under the *
69
69
70
70
-[NYC Open Data](https://opendata.cityofnewyork.us/): Open Data is free public data published by New York City agencies and other partners.
71
71
-[Sodapy Tutorial Using NYC Open Data](https://github.com/mebauer/sodapy-tutorial-nyc-open-data): This tutorial demonstrates how to use sodapy and provides examples of querying data using Socrata Query Language or SoQL.
72
-
-[Analyzing NYC's 311 Street Flooding Complaints from 2010 to 2020](https://github.com/mebauer/nyc-311-street-flooding): Analysis of street flooding complaints with NYC Open Data's 311 dataset. Provides an example of a real-world project using Python for Data Analysis.
Keywords: Data Analysis, Python, pandas, numpy, matplotlib, seaborn, GeoPandas, New York City, NYC, NYC Open Data, Open Data, Open Source, Open Science, Exploratory Data Analysis, EDA, Data Science, Data Wrangling, Data Inspection, Data Analyst, Data Analytics, Building Footprints, PLUTO
82
+
Keywords: *Data Analysis, Data Science, Python, pandas, numpy, matplotlib, seaborn, GeoPandas, Jupyter Notebook, Anaconda, NYC Open Data, Building Footprints, PLUTO, Open Data, Open Source, Open Science, Exploratory Data Analysis, EDA*
0 commit comments