Jio-prepaid-plans
It does not includes subscription planes
@kaggle.dhamur_jioprepaidplans
It does not includes subscription planes
@kaggle.dhamur_jioprepaidplans
This dataset contains all Jio prepaid plans. But it does not includes the plan with Hotstar subscription. Each plan is first converted for single day the it is converted for 365 days or a year. Lets make some interesting insights from it.
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
);Anyone who has the link will be able to view this.