S

Sikhar Chaudhary • 5.88K Points
Tutor III

Q. Which method provides a concise summary of a DataFrame including column names, non-null counts, and data types?

  • (A) describe()
  • (B) info()
  • (C) summary()
  • (D) head()
  • Correct Answer - Option(B)
  • Views: 39
  • Filed under category Pandas

Explanation by: Sikhar Chaudhary
The info() method gives an overview of the DataFrame including column names, non-null counts, and data types.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics