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
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
Create a free account to access the full topic