Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import numpy as np
- import sklearn.preprocessing
- height_data = np.array([183, 201, 192], #this is in cm btw
- [127, 126, 143],
- [234, 188, 200],
- [122, 144, 177])
- print("Mean = ", height_data.mean(axis = 0))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement