Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- highest10p = np.round(0.1*len(df),2).astype(int)
- df.nlargest(highest10p, 'value')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement