CBSE Class 12 Informatics Practices
Question 50 of 167
Python Pandas — I — Question 15
Back to all questionsS.tail()
Reason — The syntax to display the last n rows of a Series object is <Series Object>.tail([n]). Therefore, according to this syntax, S.tail() will display last five rows of a Series object S.