Last 10 rows

Report a typo

Suppose that you have a DataFrame named my_df.

Write down a line of code that would access the last 10 rows of it.

Tip: Remember that to access the first n rows, you could use the .head() method

Enter a short text
___

Create a free account to access the full topic