Baselight

Netflix Subscription Fee In Different Countries

Which countries pay the most and least for Netflix in 2021?

@kaggle.prasertk_netflix_subscription_price_in_different_countries

Loading...
Loading...

About this Dataset

Netflix Subscription Fee In Different Countries

Context

Which countries pay the most and least for Netflix in 2021?

Acknowledgements

Tables

Netflix Price In Different Countries

@kaggle.prasertk_netflix_subscription_price_in_different_countries.netflix_price_in_different_countries
  • 8.28 KB
  • 65 rows
  • 7 columns
Loading...

CREATE TABLE netflix_price_in_different_countries (
  "country" VARCHAR,
  "total_library_size" BIGINT,
  "no_of_tv_shows" BIGINT,
  "no_of_movies" BIGINT,
  "cost_per_month_basic" DOUBLE,
  "cost_per_month_standard" DOUBLE,
  "cost_per_month_premium" DOUBLE
);

Netflix Subscription Fee Dec 2021

@kaggle.prasertk_netflix_subscription_price_in_different_countries.netflix_subscription_fee_dec_2021
  • 9.19 KB
  • 65 rows
  • 8 columns
Loading...

CREATE TABLE netflix_subscription_fee_dec_2021 (
  "country_code" VARCHAR,
  "country" VARCHAR,
  "total_library_size" BIGINT,
  "no_of_tv_shows" BIGINT,
  "no_of_movies" BIGINT,
  "cost_per_month_basic" DOUBLE,
  "cost_per_month_standard" DOUBLE,
  "cost_per_month_premium" DOUBLE
);

Share link

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