I have a table with some variables in columns, as velocity and temperature. I need to find which line has the minimum velocity and temperature of the ones that have the same "codigo".
I need something like this (I know the code is wrong but it's just to have an idea):
def func (codigo,w,ataq): c=w*ataq for codigo=codigo+1: m=min(c) find(m) print m
أكثر...
I need something like this (I know the code is wrong but it's just to have an idea):
def func (codigo,w,ataq): c=w*ataq for codigo=codigo+1: m=min(c) find(m) print m
أكثر...