Assignment 3 - Pandas Practice
Data Analysis with Python: Zero to Pandas
The objective of this assignment is to gain some hands-on experience with the Pandas library for analyzing tabular data. In this assignment, you will:
- Create data frames from CSV files
- Query and index operations on data frames
- Group, merge and aggregate data frames
- Fix missing and invalid values in data
aakashns/pandas-practice-assignment
Loading...