Coding Exercise : Dataset Summary
Question: Use .info() to print a summary of a dataset loaded into a DataFrame. Identify the columns with missing values.
Python Code:
df.info()