Given a Pandas series called Sequences, the command which will display the first 4 rows is
a. print(Sequences.head(4) b.print(Sequences.Head(4)) c.print(Sequences.heads(4)
d. printed Sequences. Heads(4))
Answers
Answered by
9
The series name: PANDA. ||. PYTHON
Attachments:
Answered by
15
The correct answer to this question is option a. print(Sequence.head(4)).
Explanation:
- Pandas Series is a one-dimensional categorized array capable of infolding data of any type (string, integer, float, python objects, etc.).
- The axis labels are together called index.
- Pandas Series is nothing but a column in the excel sheet.
- Labels need not be exclusive but must be a hashable type.
Similar questions
Computer Science,
3 months ago
English,
7 months ago
Economy,
11 months ago
Hindi,
11 months ago
English,
11 months ago