https://github.com/peterjakubowski/nyc-tree-census
Exploratory data analysis (EDA) with python of the 2015 New York City Street Tree Census dataset.
https://github.com/peterjakubowski/nyc-tree-census
data-visualization exploratory-data-analysis geopandas matplotlib pandas python seaborn
Last synced: 2 months ago
JSON representation
Exploratory data analysis (EDA) with python of the 2015 New York City Street Tree Census dataset.
- Host: GitHub
- URL: https://github.com/peterjakubowski/nyc-tree-census
- Owner: peterjakubowski
- Created: 2022-11-16T17:05:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T14:05:19.000Z (almost 3 years ago)
- Last Synced: 2025-10-11T14:07:28.800Z (9 months ago)
- Topics: data-visualization, exploratory-data-analysis, geopandas, matplotlib, pandas, python, seaborn
- Language: Jupyter Notebook
- Homepage:
- Size: 9.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NYC-Tree-Census
This project is a exploratory data analysis (EDA) with python of the 2015 New York City Street Tree Census dataset that is available on NYC Open Data. The analysis explores the species, health, size, and geolocation of trees living on NYC streets. The project identifies the most common tree species and using geopandas plots their geolocation on a map of New York City's five boroughs.
## Files
* `notebooks/2015_Street_Tree_Census_Tree_Data_Visualization.ipynb` - Jupyter notebook, the exploratory analysis.
* `data/2015_Street_Tree_Census_-_Tree_Data.csv` - The 2015 NYC Street Tree Census dataset.
> data source: https://data.cityofnewyork.us/Environment/2015-Street-Tree-Census-Tree-Data/uvpi-gqnh
* `data/nyc_borough_boundaries/` - Directory containing the shape files with NYC borough boundaries.
> shape file source: https://data.cityofnewyork.us/City-Government/Borough-Boundaries/qefp-jxjk
## Dependencies
```
python 3.9.7
pandas 1.4.1
numpy 1.22.2
matplotlib 3.5.1
seaborn 0.11.2
geopandas 0.10.2
shapely 1.8.1
```