Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- titanic.agg(['mean', 'std', 'min', 'max', 'median'])
- titanic.agg({'survived' : 'mean', 'age': ['min', 'max']})
- listings.agg({'Last_Price': ['mean', 'std'],'Market_Cap': ['mean', 'std'], 'IPO_Year' : ['mean', 'std']})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement