Hello Stackoverflow community!
I have attemped to find an answer to my question but without success. I am basically trying to replicate the MinIF formula from excel, but so far I have only managed to do it for "1" row at a time. Here is an example of what I am trying to achieve:
The idea is, that for all products with the same subgroup, the lowest value/price for that group is found, and inserted in a new column next to it. I hope i am being specific enough, I am relatively new to python, and I have literally no idea how to even start...
help much appreciated, thank you.