Skip to content

Give supervisors information on the least effective operators

Notifications You must be signed in to change notification settings

ron-sherwi/Telecom-Company

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telecom-Company

The datasets contain data on the use of the virtual telephony service CallMeMaybe. Its clients are organizations that need to distribute large numbers of incoming calls among various operators, or make outgoing calls through their operators. Operators can also make internal calls to communicate with one another. These calls go through CallMeMaybe's network.

Goal:

Give supervisors information on the least effective operators.

Specify details:

Identify operators that have:

  • A large number of missed incoming calls (internal and external).
  • A long waiting time for incoming calls.
  • A small number of attempts to make a call.

Mandatory stages of analysis:

  • Data preprocessing
  • EDA
  • Define effective & ineffective operators
    • Give a rank for each operator based on something like RFM analysis:
      • Number of missed incoming calls
      • Waiting time for incoming calls
      • Number of outgoing calls
  • Test statistical hypotheses

Datasets:

The dataset telecom_dataset_us.csv contains the following columns:

  • user_id — client account ID
  • date — date the statistics were retrieved
  • direction — call direction (out for outgoing, in for incoming)
  • internal — whether the call was internal (between a client's operators)
  • operator_id — operator identifier
  • is_missed_call — whether the call was missed
  • calls_count — number of calls
  • call_duration — call duration (excluding waiting time)
  • total_call_duration — call duration (including waiting time)

The dataset telecom_clients_us.csv has the following columns:

  • user_id
  • tariff_plan — client's current plan
  • date_start — client's registration date

Link to Presentation Here

Link to Tableau dashboard Here

About

Give supervisors information on the least effective operators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published