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
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,20 @@ Table of Contents
17
17
18
18
NYC Open Data provides a treasure-trove of information - all publicly available with a click of a button. While having access to data is great, its analysis is often a difficult process for beginners, potentially creating barriers in one's open data journey. Additionally, performing data analysis in a reproducible way is often limited or even discarded altogether.
19
19
20
-
*Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data* is a four-part series as listed in the sections below. These collection of notebooks serve as references/user guides for how to apply Python to real-world Data Analysis projects. The repository features notebooks that will utilize the [Python programming language](https://www.python.org/) and datasets from [NYC Open Data](https://opendata.cityofnewyork.us/). This series exemplifies how data analytics can be used for discovering useful information and supporting decision-making.
20
+
*Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data* is a four-part series as listed in the sections below. These collection of notebooks serve as references and user guides for how to apply Python to real-world Data Analysis projects. The repository features notebooks that will utilize the [Python programming language](https://www.python.org/) and datasets from [NYC Open Data](https://opendata.cityofnewyork.us/). This series exemplifies how data analytics can be used for discovering useful information and supporting decision-making.
21
21
22
22
Sections include:
23
23
24
-
**Part 1: Reading and Writing Files in Python**
24
+
-**Part 1: Reading and Writing Files in Python**
25
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
-
**Part 2: Data Inspection, Cleaning, and Wrangling in Python**
27
+
-**Part 2: Data Inspection, Cleaning, and Wrangling in Python**
28
28
Demonstrates various ways to to inspect, clean, wrangle, and detect any outliers in your data.
29
29
30
-
**Part 3: Plotting and Data Visualization in Python**
30
+
-**Part 3: Plotting and Data Visualization in Python**
31
31
Demonstrates various examples of plotting and data visualizations.
32
32
33
-
**Part 4: Geospatial Data and Mapping**
33
+
-**Part 4: Geospatial Data and Mapping**
34
34
Demonstrates various workflows of working with geospatial data and mapping.
35
35
36
36
# 2. Notebooks
@@ -68,12 +68,10 @@ You can view these notebooks through your browser by clicking *View* under the *
68
68
-[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.
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