Movie Dataset: Budgets, Genres, Insights
收藏www.kaggle.com2023-05-26 更新2025-01-08 收录
下载链接:
https://www.kaggle.com/utkarshx27/movies-dataset
下载链接
链接失效反馈官方服务:
资源简介:
```
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 |
电影数据集系一部详尽无遗的电影信息集成,囊括了4,803部电影的详细信息。该数据集提供了诸如预算、类型、制作公司、上映日期、收入、时长、语言、受欢迎程度等丰富多样的细节。
提供机构:
Kaggle
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集是一个包含4,803部电影的综合信息集合,涵盖了预算、类型、制作公司、发行日期、收入、时长、语言、受欢迎程度等多个关键维度。数据集提供了详细的列名和数据类型说明,适用于电影行业的分析和研究。
以上内容由遇见数据集搜集并总结生成



