CBSE Class 12 Informatics Practices Question 60 of 167

Python Pandas — I — Question 25

Back to all questions
25
Question

Question 25

The axis 0 identifies a DataFrame's ............... .

  1. rows
  2. columns
  3. values
  4. datatype
Answer

rows

Reason — The axis 0 identifies a DataFrame's row index.