Aug-11-2020, 05:00 PM
(This post was last modified: Aug-11-2020, 05:00 PM by rocketfish.)
I would like to apply normalization to a column in a Pandas DataFrame. However, I would like partition the table into shop_id values and apply separate normalization of item_cnt_day within each shop_id. Here's the dataset link if you're interested.
Does anyone know a method to achieve this result?
Custom code is welcome! Thanks.
rocketfish
Does anyone know a method to achieve this result?

rocketfish