iris.apply(lambda x: x['petal length'] * x['petal width'], axis = 1)
df.applymap(lambda x: np.log(x))