Top n() Functions Opposite

Hello

I want to know is there is the oppostie function to Top n(), namely to extract the last n rows of a data set.

Thank you.

Hi,

If you read the documentation, you can get the bottom rows by providing a negative number of n. That said, the page says this function has been superseded meaning you should use the slice functions from now on, though you can still use the old top_n ones for now.

Hope this helps,
PJ

1 Like

Thank you very much pieterjanvc!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.