Question: Lets consider you have two series like the below cell. Compute the mean of weights of each fruit. import numpy as np fruit = pd.Series(np.random.choice(['apple',
Lets consider you have two series like the below cell. Compute the mean of weights of each fruit.
import numpy as np
fruit = pd.Series(np.random.choice(['apple', 'banana', 'carrot'], 10))
weights = pd.Series(np.linspace(1, 10, 10))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
