0% found this document useful (0 votes)
62 views1 page

Comcast Telecom Consumer Complaints

Comcast is an American telecommunications company that has faced over 1000 consumer complaints about its poor customer service in the last month. The document describes a database containing public customer complaints filed against Comcast that will help analyze problems with Comcast's customer service. It lists the data fields in the database and provides tasks to import the data, analyze complaint trends over time and by type, and provide insights into complaint resolution rates by state and method of filing.

Uploaded by

kPrasad8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views1 page

Comcast Telecom Consumer Complaints

Comcast is an American telecommunications company that has faced over 1000 consumer complaints about its poor customer service in the last month. The document describes a database containing public customer complaints filed against Comcast that will help analyze problems with Comcast's customer service. It lists the data fields in the database and provides tasks to import the data, analyze complaint trends over time and by type, and provide insights into complaint resolution rates by state and method of filing.

Uploaded by

kPrasad8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Comcast Telecom Consumer Complaints .

Project 3 
DESCRIPTION

Comcast is an American global telecommunication company. The firm has been providing terrible
customer service. They continue to fall short despite repeated promises to improve. Only last month
(October 2016) the authority fined them a $2.3 million, after receiving over 1000 consumer
complaints.
The existing database will serve as a repository of public customer complaints filed against
Comcast.
It will help to pin down what is wrong with Comcast's customer service.
Data Dictionary
 Ticket #: Ticket number assigned to each complaint
 Customer Complaint: Description of complaint
 Date: Date of complaint
 Time: Time of complaint
 Received Via: Mode of communication of the complaint
 City: Customer city
 State: Customer state
 Zipcode: Customer zip
 Status: Status of complaint
 Filing on behalf of someone
Analysis Task
To perform these tasks, you can use any of the different Python libraries such as NumPy, SciPy,
Pandas, scikit-learn, matplotlib, and BeautifulSoup.
- Import data into Python environment.
- Provide the trend chart for the number of complaints at monthly and daily granularity levels.
- Provide a table with the frequency of complaint types.
 Which complaint types are maximum i.e., around internet, network issues, or across any
other domains.
- Create a new categorical variable with value as Open and Closed. Open & Pending is to be
categorized as Open and Closed & Solved is to be categorized as Closed.
- Provide state wise status of complaints in a stacked bar chart. Use the categorized variable
from Q3. Provide insights on:
 Which state has the maximum complaints
 Which state has the highest percentage of unresolved complaints
- Provide the percentage of complaints resolved till date, which were received through the
Internet and customer care calls.
The analysis results to be provided with insights wherever applicable.

Click here   to download the datasets

You might also like