Update Data authored by Adham Beshr's avatar Adham Beshr
...@@ -5,6 +5,7 @@ title: Data ...@@ -5,6 +5,7 @@ title: Data
## Data Source ## Data Source
- The dataset used for this project is sourced from **Kaggle**. - The dataset used for this project is sourced from **Kaggle**.
- [Dataset](https://www.kaggle.com/datasets/PromptCloudHQ/imdb-data). - [Dataset](https://www.kaggle.com/datasets/PromptCloudHQ/imdb-data).
...@@ -17,6 +18,12 @@ title: Data ...@@ -17,6 +18,12 @@ title: Data
The dataset consists of movie information, including features such as movie rankings, titles, genres, descriptions, directors, actors, years, runtime, ratings, votes, revenue, and metascores. The dataset consists of movie information, including features such as movie rankings, titles, genres, descriptions, directors, actors, years, runtime, ratings, votes, revenue, and metascores.
---
### Dataset Summary statistics
![Data stats](https://mygit.th-deg.de/ab11885/watch-wise/-/raw/main/Images/Original_Data_set_stats.png)
### Feature Variables ### Feature Variables
- **Rank**: Integer, movie ranking based on various factors like rating, box office performance, etc. - **Rank**: Integer, movie ranking based on various factors like rating, box office performance, etc.
... ...
......