Christian Movies TMDB
An alternative to the boring TMDB dataset we all are tired of.
@kaggle.chibuzornwachukwu_christian_movies_tmdb
An alternative to the boring TMDB dataset we all are tired of.
@kaggle.chibuzornwachukwu_christian_movies_tmdb
Data that gives insight into movies and TV shows predominantly Christian with features that describe their distinctness and peculiarities.
It is an alternative to the very renowned TMDB data set - that gets boring sometimes
CREATE TABLE christian_movies_with_soup_1680 (
"adult" VARCHAR,
"backdrop_path" VARCHAR,
"genre_ids" VARCHAR,
"id" VARCHAR,
"original_language" VARCHAR,
"original_title" VARCHAR,
"overview" VARCHAR,
"popularity" DOUBLE,
"poster_path" VARCHAR,
"release_date" VARCHAR,
"title" VARCHAR,
"video" VARCHAR,
"vote_average" VARCHAR,
"vote_count" DOUBLE,
"genres" VARCHAR,
"keywords" VARCHAR,
"keywords_list" VARCHAR,
"keyword_ids" VARCHAR,
"soup" VARCHAR
);CREATE TABLE christian_tvs_with_soup_140 (
"backdrop_path" VARCHAR,
"poster_path" VARCHAR,
"genre_ids" VARCHAR,
"keyword_ids" VARCHAR,
"id" BIGINT,
"title" VARCHAR,
"overview" VARCHAR,
"popularity" DOUBLE,
"release_date" TIMESTAMP,
"vote_average" DOUBLE,
"vote_count" BIGINT,
"genres" VARCHAR,
"keywords" VARCHAR,
"original_language" VARCHAR,
"soup" VARCHAR
);Anyone who has the link will be able to view this.