Given a Pandas series called S, the command which will display the last 4 rows is
a. print(S.tail(4))
b. print(s.Tailo)
c. print(s.tails(4))
d. print(s.tail(4)
Answers
Answered by
0
Answer:
a
Explanation:
even s.tail(4) would also be ebough
Similar questions