Skip to content

Commit da3c0fa

Browse files
committed
small edits to README
1 parent 5d3c02c commit da3c0fa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ NYC Open Data provides a treasure-trove of information - all publicly available
2222
Sections include:
2323

2424
**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.
2626

2727
**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.
2929

3030
**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.
3232

3333
**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.
3535

3636
You can run an interactive example on MyBinder through your browser - no installation required: click here [![Binder](https://mybinder.org/badge_logo.svg)](https://notebooks.gesis.org/binder/jupyter/user/mebauer-data-an-is-using-python-sfwsnr6g/notebooks/mybinder-examples/examples.ipynb).
3737

@@ -69,7 +69,6 @@ You can view these notebooks through your browser by clicking *View* under the *
6969

7070
- [NYC Open Data](https://opendata.cityofnewyork.us/): Open Data is free public data published by New York City agencies and other partners.
7171
- [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.
7372

7473

7574
# Say Hello!
@@ -80,4 +79,4 @@ Twitter: [markbauerwater](https://twitter.com/markbauerwater)
8079
LinkedIn: [markebauer](https://www.linkedin.com/in/markebauer/)
8180
GitHub: [mebauer](https://github.com/mebauer)
8281

83-
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

Comments
 (0)