Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.16 KB

File metadata and controls

31 lines (16 loc) · 1.16 KB

Data-Science Exercises on Python with Pandas

Alexander Hagmann's course exercises on datascience in python with pandas.

https://www.udemy.com/course/python-data-science-with-pandas-master-advanced-projects/

Table of Contents

  1. Project 1 - Explanatory Data Analysis & Data Presentation with Movies Dataset
  2. Dataset

Project 1 - Explanatory Data Analysis & Data Presentation with Movies Dataset

Budget

From the dataset, the average budget for each year was calculated. It can be seen a very sharp growth from the 1980s, with the peak in the 2000s. After that, there is a brief period of decline followed by a new boom. image

The growing budget since the 1980s has led to increased revenues as well. image

Genre

Approximately 40% of the movies are classified as drama genre. The other most common film genres are Comedy and Thriller. This pattern has always been like this.

image

image