Learning Pandas with IMDB-Movies Dataset

Time for some real fun! We have learned how to create DataFrames already. Now we are going to explore the many operations that can be performed on them.

To make this step more engaging and fun, we are going to work with the IMDB Movies Dataset. The IMDB dataset is a publicly available dataset that contains information about 14,762 movies. Each row consists of a movie and for each movie we have information like title, year of release, director, number of awards, rating, duration etc. Sounds fun to explore, right? Let’s put our data scientist’s hat on, and dive into the world of the movies! 🔎🎥

Get hands-on with 1200+ tech skills courses.