General Info
Import Export
Data Processing
Analysis
Machine Learning
Useful Snippets
×
- Combine DataFrame - Merge Join and Stack
- Group By
- Sort
- Return Limited set of rows
- Get Specific rows by index
- Custom Methods
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)