doshiharmish / Boston-311-Service-Requests-Analysis-2021

This project delves into an extensive analysis of 311 service requests made by Boston residents in 2021. It aims to uncover patterns, trends, and crucial insights from the dataset, shedding light on complaint categories, request sources, locations, and government handling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boston 311 Service Requests Analysis (2021)

Introduction

The 3-1-1 service is a pivotal system adopted by numerous communities across the United States of America and Canada, serving as a dedicated channel for non-emergency municipal assistance. It offers residents access to essential services while diverting general inquiries and non-urgent issues away from the emergency hotline, 9-1-1.

This comprehensive report delves into the extensive statistics of 3-1-1 service requests made by Boston residents in 2021. The primary focus lies in analyzing prevalent complaint categories, geographical distribution, and the government's handling of these requests.

Each entry in the dataset corresponds to a service request initiated by a resident or staff member via various modes of communication. With 29 distinct parameters, including creation date, status, subject, department, location, and source, the dataset encapsulates multifaceted details for each request. An observation reveals a centralized pool where requests congregate before being directed to department-specific queues, predicated on request types and their respective locations.

Objective

The main objectives pursued in this analysis:

  • Identify the most prevalent source of service requests.
  • Determine the daily influx of requests in Boston and categorize them.
  • Assess the department receiving the highest requests and analyze their response times.
  • Uncover the most frequent request types and their commonly reported locations.

Data Collection

311 Service Requests Dataset:

Origin: Analyse Boston
Size: 125 MB
Rows: 273,951, Columns: 29

Boston Neighborhood Geographical Data:

Rows: 26, Columns: 7

You can also download Dataset from Kaggle: https://www.kaggle.com/datasets/doshiharmish/311servicerequestboston2021

Data Cleaning and Preprocessing

  • Removed unnecessary columns to optimize memory usage.
  • Corrected data types and handled NULL values.
  • Converted all data to lowercase for uniformity.
  • Introduced new columns to facilitate date and time analysis.

Data Analysis

1. Preferred Mode of Request:

Citizen Connect App (BOS:311 App) emerged as the most-used channel for non-emergency requests.

image

2. Total Requests in 2021:

A total of 2,73,951 requests were received, with 89.3% successfully closed and 2.7% overdue, indicating an active response from the city council.

image

3. Monthly Requests Analysis:

A steady rise in requests throughout the year, peaking in September, followed by a decline starting in October.

image

4. Department-wise Requests Inflow:

The department receiving the most requests is Public Works, handling 127,636 requests. Their services encompass fundamental community needs, resulting in high demand. Conversely, the Boston Housing Authority had the fewest requests, totaling only 223.

image

<image/table to be added>

5. Average Turnaround Time of Requests:

The average turnaround time for addressing requests is 7 days and 13 hours. Due to fewer requests, the Department of Animal Control exhibits the shortest turnaround time, requiring approximately 1 day and 6 hours. In contrast, Property Management experiences the longest turnaround time, averaging 54 days and 21 hours. The Public Works Department, despite handling the most requests, maintains a relatively swift turnaround of 3 days and 2 hours.

image

6. Top Service Request Reasons:

This dataset reports a diverse range of 45 reasons for service requests. The pie chart below highlights the top 5 reasons for service requests. Enforcement and Abandoned Vehicles: Represent the most common reason, accounting for 26% of the total service requests.

image

7. In-depth Analysis of Top Request - Traffic Violation:

Traffic violations emerge as the most commonly reported type of request. The breakdown reveals two categories:

image

7.1 Parking Enforcement

Constituting 92% of violations, encompassing ticket issuance for parking rule violations. A specific neighborhood-wise breakdown shows South Boston as the district with the highest violations due to its large, bustling establishments such as restaurants, bars, and hotels.

image

7.2 Abandoned Vehicles

Comprising 8% of violations, the city has the legal authority to seize vehicles left unattended on roadways for more than 72 hours. Dorchester recorded 1,228 reports of abandoned vehicles, generating $1.2 million in revenue for Boston.

image

Conclusion

This analysis unraveled significant insights into Boston's 311 service requests. Key revelations include the most reported request types, preferred modes of request, and department-wise response times.

About

This project delves into an extensive analysis of 311 service requests made by Boston residents in 2021. It aims to uncover patterns, trends, and crucial insights from the dataset, shedding light on complaint categories, request sources, locations, and government handling.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%