Netflix Cleaned Dataset
Unwrap the treasure trove of entertainment with the Netflix dataset
@kaggle.ashpalsingh1525_netflix
Unwrap the treasure trove of entertainment with the Netflix dataset
@kaggle.ashpalsingh1525_netflix
CREATE TABLE netfix_cleaned (
"names" VARCHAR,
"release_year" BIGINT,
"maturity_rating" VARCHAR,
"duration" VARCHAR,
"description" VARCHAR,
"genre" VARCHAR,
"mood" VARCHAR,
"cast" VARCHAR,
"subtitles" VARCHAR,
"audio" VARCHAR
);
Anyone who has the link will be able to view this.