Back to PANDAS FOR DATA ANALYTICS

ASSIGNMENT: Pandas Basics

Using a provided CSV dataset, create a Jupyter Notebook that demonstrates core pandas skills. Your submission should include: loading the data with read_csv, exploring it with head/info/describe, filtering rows using boolean conditions, sorting by one or more columns, handling missing values (identify, drop, or fill), and working with date columns. Include at least 3 insights you discovered from the data.

45 minutesProject submission

Loading lesson...