Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.01 KB

File metadata and controls

31 lines (18 loc) · 1.01 KB

Customer-Service-Requests-Analysis:

Objective:

To perform data analysis of service request (311) calls from New York City.You have also been asked to utilize data wrangling techniques to understand the pattern in the data and visualize the major types of complaints

Perform the following steps:

  1. Understand the dataset: Identify the shape of the dataset

    Identify variables with null values

  2. Perform basic data exploratory analysis: Utilize missing value treatment

    Analyze the date column and remove the entries if it has an incorrect timeline

    Draw a frequency plot for city-wise complaints

    Draw scatter and hexbin plots for complaint concentration across Brooklyn

  3. Find major types of complaints: Plot a bar graph of count vs. complaint types

    Find the top 10 types of complaints

    Display the types of complaints in each city in a separate dataset

  4. Visualize the major types of complaints in each city

  5. Check if the average response time across various types of complaints