Skip to content

Repository files navigation

Big data project

To allow both local and HPC execution, this is the folder structure:

- input/      -- contains NYC ticket violation data
  - 2021.csv
  - 2022.csv
  - ...
- data/       -- contains files owned by us (different formats, additional datasets)
  - weather_daily.csv
  - demographic_statistics.csv
- task1.ipynb -- our work

Data sources

Weather data:

Primary and high schools:

TODO:

  • Decide whenever we want to attach the given school location years to tickets (match the years) or use 2019-2020 for all (recommend the latter, so we can fill up 2020+ data, there should be minimal error as schools are rarely added and it is easier)

  • Decide which columns to add to our data (which information we'd like to use)

  • Currently uses pandas and not polars. Need this to calculate distance matrix for lat&long

Events:

Buisnesses:

Attractions:

Problems with the data

  • Inaccurate datetime (outside of reported year) and inconsistent formatting

  • Inconsistent labeling of colors

  • Inconsistent labeling of streets

https://data.cityofnewyork.us/City-Government/NYC-Address-Points/g6pj-hd8k

https://data.cityofnewyork.us/City-Government/Property-Address-Directory/bc8t-ecyu

1 = Manhattan

2 = The Bronx

3 = Brooklyn

4 = Queens

5 = Staten Island

About

Project for Big Data course on FRI

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages