Importing Packages

Reading data

Creating a dataset from lists

Using plot function of pandas

Pandas with time series

Adding mutiple Indexes to dataset

Parsing date column while importing data

Resampling Dataset

Filtering and chaining methods

Grouping of data

Tranforming data

Aggregating results

Here we will try to find which movie is most popular based on the tmdb data that we have.

Transform and Apply Function

Using map function