Git Product home page Git Product logo

telecom_project's Introduction

telecom_project

Telecom company prospective tariff determination

Project description

Megaline is a federal mobile operator. Clients are offered two tariff plans: "Smart" and "Ultra". To adjust the advertising budget, the commercial department wants to understand which tariff brings in more money. It is needed to make a preliminary analysis of tariffs on a small sample of customers. At our disposal are data of 500 Megaline users: who they are, where they are from, what tariff they use, how many calls and messages each sent in 2018. It is necessary to analyze the behavior of customers and draw a conclusion - which tariff is better.

Tariffs description

Smart tariff Monthly fee: 550 rubles Included 500 minutes of talk, 50 messages and 15 GB of internet traffic The cost of services above the tariff package: minute of conversation: 3 rubles message: 3 rubles 1 GB of Internet traffic: 200 rubles

Ultra Tariff Monthly fee: 1950 rubles Included 3000 minutes of calls, 1000 messages and 30 GB of internet traffic The cost of services above the tariff package: minute of conversation: 1 ruble message: 1 ruble 1 GB of Internet traffic: 150 rubles

Note: Megaline always rounds seconds to minutes, and megabytes to gigabytes. Each call is rounded up separately: even if it lasted only 1 second, it will be counted as 1 minute. For web traffic, individual sessions are not counted. Instead, the monthly total is rounded up. If a subscriber uses 1025 megabytes this month, they will be charged for 2 gigabytes.

Data description Table users (information about users):

  • user_id - unique user ID
  • first_name - username
  • last_name - last name of the user
  • age — user's age (years)
  • reg_date — tariff connection date (day, month, year)
  • churn_date — date when the tariff was discontinued (if the value is omitted, then the tariff was still valid at the time of data upload)
  • city — user's city of residence
  • tariff — tariff plan name

Calls table (information about calls):

  • id — unique call number
  • call_date — call date
  • duration — call duration in minutes
  • user_id — identifier of the user who made the call

Messages table (message information):

  • id — unique message number
  • message_date — message date
  • user_id — identifier of the user who sent the message

Internet table (information about internet sessions):

  • id — unique session number
  • mb_used - the amount of Internet traffic spent per session (in megabytes)
  • session_date — internet session date
  • user_id - user ID

Tariffs table (tariff information):

  • tariff_name — tariff name
  • rub_monthly_fee — monthly subscription fee in rubles
  • minutes_included - the number of minutes of conversation per month included in the subscription fee
  • messages_included - number of messages per month included in the subscription fee
  • mb_per_month_included - the amount of Internet traffic included in the subscription fee (in megabytes)
  • rub_per_minute - the cost of a minute of conversation in excess of the tariff package (for example, if the tariff includes 100 minutes of conversation per month, then a fee will be charged from 101 minutes)
  • rub_per_message - the cost of sending a message in excess of the tariff package
  • rub_per_gb - the cost of an additional gigabyte of Internet traffic in excess of the tariff package (1 gigabyte = 1024 megabytes)

telecom_project's People

Contributors

ireiny avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.