Iranian Movies
All iranian movies collected using web scrapping from Filimo. Upvote if you want
@kaggle.arianghasemi_iranian_movies
All iranian movies collected using web scrapping from Filimo. Upvote if you want
@kaggle.arianghasemi_iranian_movies
Attention : For information about how to visualise the images in the dataset, check the notebook provided by the author
Columns definition:
Name : اسم فیلم/سریال
Actors : اسامی بازیگران
Score : امتیاز مخاطبان فیلیمو
About : درباره ی فیلم/سریال
Genre : ژانر
Crew : عوامل تهیه
Image : عکس فیلم/سریال
Voted : تعداد افرادی که در امتیاز دهی شرکت کردند
Type : فیلم یا سریال
CREATE TABLE data2 (
"name" VARCHAR,
"actors" VARCHAR,
"score" VARCHAR,
"about" VARCHAR,
"genre" VARCHAR,
"crew" VARCHAR,
"image" VARCHAR,
"voted" VARCHAR,
"type" VARCHAR
);
Anyone who has the link will be able to view this.