Analyzing the impact of weather on ridership
- Turnstile Data: Create table with average
Entries
andExits
per station over time - Weather Data: Create table with appropriate precipitation data
- Station Location: Create table with subway station locations
- Merging Tables: Merging data wanted into one table
- Data Analysis: Analyzing data.
- Turnstile Data: Cumulative entry and exit values for every station in the MTA ecosystem.
- Weather: Hourly precipitation totals
- Station Location: CSV with subway locations.
- Use Latitude/Longitude for more accurate precipitation impact assessment
- Create a prediction model to anticipate impact of precipitation on ridership
- Impact of Temperature on Ridership