Baselight

Jio-prepaid-plans

It does not includes subscription planes

@kaggle.dhamur_jioprepaidplans

Jio Jio Prepaid Planes
@kaggle.dhamur_jioprepaidplans.jio_jio_prepaid_planes

  • 6.19 KB
  • 16 rows
  • 7 columns
days

Days

price

Price

price_day

Price/Day

for_365_days

For 365 Days

profit_per_customer

Profit Per Customer

from_400_million_users

From 400 Million Users

data_per_day

Data Per Day

282097.4642857142724.4642865.2142857142085.7142861
241797.4583333332722.2916673.0416666671216.6666671
201497.452719.251
33625457.5744047622764.6577381.5
846667.9285714292893.928571129.270833351708.333331.5
564798.5535714293122.053571357.3958333142958.33331.5
302598.6333333333151.166667386.5089286154603.57141.5
282398.5357142863115.535714350.8779762140351.19051.5
231998.6521739133158.043478393.3857402157354.29611.5
141198.53102.5337.8422619135136.90481.5

CREATE TABLE jio_jio_prepaid_planes (
  "days" BIGINT,
  "price" BIGINT,
  "price_day" DOUBLE,
  "for_365_days" DOUBLE,
  "profit_per_customer" DOUBLE,
  "from_400_million_users" DOUBLE,
  "data_per_day" DOUBLE
);

Share link

Anyone who has the link will be able to view this.