Assignment : Inspecting the Dataset

Python Code:

1. print("Dataset Shape (Rows, Columns):", df.shape)

2. df.head(8)

3.df.info()