Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

megaline_plan_analysis

This project compare Megaline prepaid plans to identify which generates higher revenue using Python, statistics, and customer usage data.

What I Did

  • Loaded multiple datasets using pandas
  • Inspected dataset structure, columns, and sample rows
  • Cleaned and standardized data types
  • Checked for missing values and duplicates
  • Converted date columns for time-based analysis
  • Calculated monthly usage per customer for calls, messages, and internet data
  • Applied business billing rules to round usage values
  • Merged customer usage data with plan details
  • Calculated monthly revenue for each user
  • Compared Surf and Ultimate customer behavior
  • Analyzed average minutes, messages, data usage, and revenue
  • Created visualizations to compare plan usage distributions
  • Performed statistical hypothesis testing using SciPy
  • Determined which prepaid plan generated higher average revenue
  • Evaluated whether NY-NJ customer revenue differed from other regions

Dataset Summary

This project uses multiple telecom datasets containing customer account information, call records, text message activity, internet session usage, and plan pricing details. The analysis focuses on 500 Megaline customers using Surf and Ultimate prepaid plans during 2018.

Key Findings

  • Surf users often exceeded plan limits, generating extra charges
  • Ultimate users paid a higher fixed monthly fee with fewer overage charges
  • Customer usage behavior differed significantly between plans
  • Internet usage was one of the biggest revenue drivers
  • Revenue distributions varied across customer groups
  • Statistical testing showed meaningful differences in average revenue between plans
  • Regional revenue comparisons identified differences between NY-NJ users and other regions

Tools Used

  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • SciPy
  • Jupyter Notebook

About

This project compare Megaline prepaid plans to identify which generates higher revenue using Python, statistics, and customer usage data.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages