Facebook
Twitterhttps://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
The movies dataset is a comprehensive collection of information about 4,803 movies. It provides a wide range of details about each movie, including budget, genres, production companies, release date, revenue, runtime, language, popularity, and more.
| Column Name | Description | Data Type |
|---|---|---|
| index | The index of the dataframe | int64 |
| budget | The budget of the movie | int64 |
| genres | The genres of the movie | object |
| homepage | The homepage URL of the movie | object |
| id | The unique identifier of the movie | int64 |
| keywords | The keywords associated with the movie | object |
| original_language | The original language of the movie | object |
| original_title | The original title of the movie | object |
| overview | A brief overview or summary of the movie | object |
| popularity | The popularity score of the movie | float64 |
| production_companies | The production companies involved in making the movie | object |
| production_countries | The countries where the movie was produced | object |
| release_date | The release date of the movie | object |
| revenue | The revenue generated by the movie | int64 |
| runtime | The duration of the movie in minutes | float64 |
| spoken_languages | The languages spoken in the movie | object |
| status | The status of the movie (e.g., Released, Rumored) | object |
| tagline | The tagline or slogan of the movie | object |
| title | The title of the movie | object |
| vote_average | The average rating given to the movie by users | float64 |
| vote_count | The number of votes received by the movie | int64 |
| cast | The cast members of the movie | object |
| crew | The crew members involved in making the movie | object |
| director | The director of the movie | object |