11.0.6 Get TOP x Rows
Description:
Limit the dataframe to the top 'x' results, in this case the top 5 results
Example:
DF.head(5)
11.0.6 Get TOP x Rows
Description:
Limit the dataframe to the top 'x' results, in this case the top 5 results
Example:
DF.head(5)