Coding Exercise : Preview Dataset
Question: Load a dataset named ecodivin.csv and display the first 10 rows using .head(10).
Python Code:
df.head(10)