Transforming a DataFrame column by mapping with a Dict

transform(df, :b => ByRow(x -> arthropod_dict[x]) => :c)

5 Likes