CBSE Class 12 Informatics Practices Question 61 of 167

Python Pandas — I — Question 26

Back to all questions
26
Question

Question 26

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

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

columns

Reason — The axis 1 identifies a DataFrame's column index.