Q. Which method provides a concise summary of a DataFrame including column names, non-null counts, and data types?
β
Correct Answer: (B)
info()
Explanation: The info() method gives an overview of the DataFrame including column names, non-null counts, and data types.