From 4f2e3732f3d7de69281cefcbdb6c33123561dd4d Mon Sep 17 00:00:00 2001 From: Mark Bauer Date: Wed, 27 Dec 2023 14:42:30 -0500 Subject: [PATCH] adding note about cleaned datasets in data/ folder --- README.md | 2 +- data/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02afa8d..30a4972 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You can view these notebooks through your browser by clicking *View* under the * | [Neighborhood Tabulation Areas](https://data.cityofnewyork.us/City-Government/Neighborhood-Tabulation-Areas-NTA-/cpf4-rkhq) | GIS data: Boundaries of Neighborhood Tabulation Areas as created by the NYC Department of City Planning using whole census tracts from the 2010 Census as building blocks. These aggregations of census tracts are subsets of New York City's 55 Public Use Microdata Areas (PUMAs). | | [Boroughs]() | GIS data of NYC boroughs. | -Data dictionaries for the datasets above can be found in the [data](https://github.com/mebauer/nyc-311-street-flooding/tree/main/data) folder. +Data dictionaries for the datasets above can be found in the [data-dictionaries](https://github.com/mebauer/nyc-311-street-flooding/tree/main/data-dictionaries) folder. # Data Wrangling Notebooks diff --git a/data/README.md b/data/README.md index 9e05524..b192593 100644 --- a/data/README.md +++ b/data/README.md @@ -1,3 +1,5 @@ -# The data used in this project. +# Data used in this project + +`street-flooding-query.csv` is the raw dataset exported from NYC Open Data. `street-flooding-complaints.csv` is the cleaned file used in this analysis. `streets-clipped.gpkg` is the streets dataset clipped to the NYC Boroughs. More information can be found on the project's [main page](https://github.com/mebauer/nyc-311-street-flooding#Data). \ No newline at end of file