Pandas

Purpose

The purpose of this final project is to have you use Python language constructs and modules that you have learned throughout the semster to accurately complete this final lab. To show a complete understanding of the concepts and constructs of the Python programming language. The main focus of the assignment will be on Pandas, but will also include concepts from throughout the semster.

Partners

You are encouraged to work with one other partner on this assignment. If you work with a partner, you must both be in the same lab section. Put your names at the top of your assignment and include your lab section.

Starting materials

Download the movies.py file onto your lab computer. You will also need to download movie_metadata.csv and place it in the same folder. Lasly, download sample_output.txt to see example output for all the tasks.

Final Project

In this assignment, you will be using python Pandas library to manipulate data from a CSV file. The data that you will be manipulating holds information from over 5000 movies in IMDB. How can we tell what the greatest movie of all time is? You will be able to anwser this question once you have completed this final project. For this assignment, you will be writing your code in the provided movies.py file.

Grading - 100 points possible

Helpful Links