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