Customer Service Requests Analysis is one of the practical life problems that an analyst may face. This Project is one such take. The project is a beginner to intermediate level project. This repository has a Source Code, README file, Dataset, Image and License file.

Overview

This is an Image

Customer Service Requests Analysis

Project 1

DESCRIPTION

Background of Problem Statement :

NYC 311's mission is to provide the public with quick and easy access to all New York City government services and information while offering the best customer service. Each day, NYC311 receives thousands of requests related to several hundred types of non-emergency services, including noise complaints, plumbing issues, and illegally parked cars. These requests are received by NYC311 and forwarded to the relevant agencies such as the police, buildings, or transportation. The agency responds to the request, addresses it, and then closes it.

Problem Objective :

Perform a service request data analysis of New York City 311 calls. You will focus on the data wrangling techniques to understand the pattern in the data and also visualize the major complaint types. Domain: Customer Service

Analysis Tasks to be performed:

(Perform a service request data analysis of New York City 311 calls)

  1. Import a 311 NYC service request.

  2. Read or convert the columns "Created Date" and "Closed Date" to datetime datatype and create a new column "Request_Closing_Time" as the time elapsed between request creation and request closing. (Hint: Explore the package/module datetime)

  3. Provide major insights/patterns that you can offer in a visual format (graphs or tables) at least 4 major conclusions that you can come up with after generic data mining.

  4. Order the complaint types based on the average "Request_Closing_Time", grouping them for different locations.

  5. Perform a statistical test for the following: Please note: For the below statements you need to state the Null and Alternate and then provide a statistical test to accept or reject the Null Hypothesis along with the corresponding "p-value".

    • Whether the average response time across complaint types is similar or not (overall)
    • Are the type of complaint or service requested and location related?

Dataset Description :

Field Description

  • Unique Key (Plain text) - Unique identifier for the complaints
  • Created Date (Date and Time) - The date and time on which the complaint is raised
  • Closed Date (Date and Time) - The date and time on which the complaint is closed
  • Agency (Plain text) - Agency code
  • Agency Name (Plain text) - Name of the agency
  • Complaint Type (Plain text) - Type of the complaint
  • Descriptor (Plain text) - Complaint type label (Heating - Heat, Traffic Signal Condition - Controller)
  • Location Type (Plain text) - Type of the location (Residential, Restaurant, Bakery, etc)
  • Incident Zip (Plain text) - Zip code for the location
  • Incident Address (Plain text) - Address of the location
  • Street Name (Plain text) - Name of the street
  • Cross Street 1 (Plain text) - Detail of cross street
  • Cross Street 2 (Plain text) - Detail of another cross street
  • Intersection Street 1 (Plain text) - Detail of intersection street if any
  • Intersection Street 2 (Plain text) - Detail of another intersection street if any
  • Address Type (Plain text) - Categorical (Address or Intersection)
  • City (Plain text) - City for the location
  • Landmark (Plain text) - Empty field
  • Facility Type (Plain text) - N/A
  • Status (Plain text) - Categorical (Closed or Pending)
  • Due Date (Date and Time) - Date and time for the pending complaints
  • Resolution Action Updated Date (Date and Time) - Date and time when the resolution was provided
  • Community Board (Plain text) - Categorical field (specifies the community board with its code)
  • Borough (Plain text) - Categorical field (specifies the community board)
  • X Coordinate (State Plane) (Number)<
  • Y Coordinate (State Plane) (Number)
  • Park Facility Name (Plain text) - Unspecified
  • Park Borough (Plain text) - Categorical (Unspecified, Queens, Brooklyn etc)
  • School Name (Plain text) - Unspecified
  • School Number (Plain text) - Unspecified
  • School Region (Plain text) - Unspecified
  • School Code (Plain text) - Unspecified
  • School Phone Number (Plain text) - Unspecified
  • School Address (Plain text) - Unspecified
  • School City (Plain text) - Unspecified
  • School State (Plain text) - Unspecified
  • School Zip (Plain text) - Unspecified
  • School Not Found (Plain text) - Empty Field
  • School or Citywide Complaint (Plain text) - Empty Field
  • Vehicle Type (Plain text) - Empty Field
  • Taxi Company Borough (Plain text) - Empty Field
  • Taxi Pick Up Location (Plain text) - Empty Field
  • Bridge Highway Name (Plain text) - Empty Field
  • Bridge Highway Direction (Plain text) - Empty Field
  • Road Ramp (Plain text) - Empty Field
  • Bridge Highway Segment (Plain text) - Empty Field
  • Garage Lot Name (Plain text) - Empty Field
  • Ferry Direction (Plain text) - Empty Field
  • Ferry Terminal Name (Plain text) - Empty Field
  • Latitude (Number) - Latitude of the location
  • Longitude (Number) - Longitude of the location
  • Location (Location) - Coordinates (Latitude, Longitude)
Owner
SHIRSENDU KONER
SHIRSENDU KONER
Site de gestion de cave à vin utilisant une BDD manipulée avec SQLite3 via Python

cave-vin Site de gestion de cave à vin utilisant une bdd manipulée avec MySQL ACCEDER AU SITE : Pour accéder à votre cave vous aurez besoin de lancer

Elouann Lucas 0 Jul 05, 2022
Structured Exceptions for Python

XC: Structured exceptions for Python XC encourages a structured, disciplined approach to use of exceptions: it reduces the overhead of declaring excep

Bob Gautier 2 May 28, 2021
Homed - Light-weight, easily configurable, dockerized homepage

homed GitHub Repo Docker Hub homed is a light-weight customizable portal primari

Matt Walters 12 Dec 15, 2022
A bunch of codes for procedurally modeling and texturing futuristic cities.

Procedural Futuristic City This is our final project for CPSC 479. We created a procedural futuristic city complete with Worley noise procedural textu

1 Dec 22, 2021
Notebook researcher - Notebook researcher with python

notebook_researcher To run the server, you must follow these instructions: At th

4 Sep 02, 2022
My repository for the Advent of Code, starting from 2021

Advent of Code This is my repository for the Advent of Code (https://adventofcode.com/), starting from 2021. File Structure Inside each year folder, s

Yu-Ting 6 Dec 15, 2021
Script to produce `.tex` files of example GAP sessions

Introduction The main file GapToTex.py in this directory is used to produce .tex files of example GAP sessions. Instructions Run python GapToTex.py [G

Friedrich Rober 2 Oct 06, 2022
A Klipper plugin for accurate Z homing

Stable Z Homing for Klipper A Klipper plugin for accurate Z homing This plugin provides a new G-code command, STABLE_Z_HOME, which homes Z repeatedly

Matthew Lloyd 24 Dec 28, 2022
A python package template that can be adapted for RAP projects

Warning - this repository is a snapshot of a repository internal to NHS Digital. This means that links to videos and some URLs may not work. Repositor

NHS Digital 3 Nov 08, 2022
Python pyside2 kütüphanesi ile oluşturduğum drone için yer kontrol istasyonu yazılımı.

Ground Control Station (Yer Kontrol İstasyonu) Teknofest yarışmasında yerlilik kısmında Yer Kontrol İstasyonu yazılımı seçeneği bulunuyordu. Bu yüzden

Emirhan Bülbül 4 May 14, 2022
Credit Card Fraud Detection

Credit Card Fraud Detection For this project, I used the datasets from the kaggle competition called IEEE-CIS Fraud Detection. The competition aims to

RayWu 4 Jun 21, 2022
Create a program for generator Truth Table

Python-Truth-Table-Ver-1.0 Create a program for generator Truth Table in here you have to install truth-table-generator module for python modules inst

JehanKandy 10 Jul 13, 2022
An open-source hyper-heuristic framework for multi-objective optimization

MOEA-HH An open-source hyper-heuristic framework for multi-objective optimization. Introduction The multi-objective optimization technique is widely u

Hengzhe Zhang 1 Feb 10, 2022
🤡 Multiple Discord selfbot src deobfuscated !

Deobfuscated selfbot sources About. If you whant to add src, please make pull requests. If you whant to deobfuscate src, send mail to

Sreecharan 5 Sep 13, 2021
This is the improvised version of Dobot Magician which can be implemented for Dobot M1

pydobotM1 This is the edited driver for Dobot M1 version of the original pydobot library intended for use with the Dobot Magician. Here's what you nee

Shaik Abdullah 2 Jul 11, 2022
More granular intermediaries for legacy Minecraft versions

Orinthe/Intermediary mappings This repository contains the match information between different versions of Minecraft created by the Orinthe project, a

4 Jan 11, 2022
tetrados is a tool to generate a density of states using the linear tetrahedron method from a band structure.

tetrados tetrados is a tool to generate a density of states using the linear tetrahedron method from a band structure. Currently, only VASP calculatio

Alex Ganose 1 Dec 21, 2021
Usando Multi Player Perceptron e Regressão Logistica para classificação de SPAM

Relatório dos procedimentos executados e resultados obtidos. Objetivos Treinar um modelo para classificação de SPAM usando o dataset train_data. Class

André Mediote 1 Feb 02, 2022
Cairo-math-64x61 - Fixed point 64.61 math library for Cairo / Starknet

Cairo Math 64x61 A fixed point 64.61 math library for Cairo & Starknet Signed 64

Influence 63 Dec 05, 2022
Todo-backend - Todo backend with python

Todo-backend - Todo backend with python

Julio C. Diaz 1 Jan 07, 2022