You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input to each component in the transformer pipeline is a tabular type (pd.DataFrame, pd.Series, np.array, etc.). So in lambda ser, the parameter ser is the entire series, whereas it looks like you want to apply a lambda to every row. So this syntax wouldn't work.
gives error:
Not sure if this is just me using this incorrectly.
The text was updated successfully, but these errors were encountered: