Pandas: Get last n records of a DataFrame
Write a Pandas program to get last n records of a DataFrame.
Sample Solution :
Python Code :
Sample Output:
Original DataFrame col1 col2 col3 0 1 4 7 1 2 5 5 2 3 6 8 3 4 9 12 4 7 5 1 5 11 0 11 Last 3 rows of the said DataFrame': col1 col2 col3 3 4 9 12 4 7 5 1 5 11 0 11
Python-Pandas Code Editor:
Have another way to solve this solution? Contribute your code (and comments) through Disqus.
Previous: Write a Pandas program to get first n records of a DataFrame.
Next: Write a Pandas program to get topmost n records within each group of a DataFrame.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics