I have a python series and I want to choose the last 5 rows of it. If I use ts[-5:-1],it doesn't return the last rows. How can I do it? Thanks!
Asked
Active
Viewed 108 times