CBSE Class 12 Informatics Practices
Question 10 of 40
Practice Paper — Question 10
Back to all questionsNP.tail(3)
Reason — The syntax to display the last n rows of a Series object is <Series Object>.tail([n]). Therefore, according to this syntax, NP.tail(3) will display last three rows of a Series object NP.