11.0.7 Get BOTTOM X Rows
Description:
Limit the dataframe to the bottom 'x' results, in this case the bottom 5 results
Example:
DF.tail(5)
11.0.7 Get BOTTOM X Rows
Description:
Limit the dataframe to the bottom 'x' results, in this case the bottom 5 results
Example:
DF.tail(5)