Computer Science, asked by krrishgargmpcs, 5 months ago

. Given a Pandas series called Sequences, the command which will display the first
4 rows is .

Answers

Answered by rpvvipex912152
1

Answer:

Pandas DataFrame – Get First N Rows – head()

DataFrame. head() . You can pass an optional integer that represents the first N rows. If you do not pass any number, it returns the first 5

Explanation:

Similar questions