Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

max value from multiple columns pandas

max_fev = fev[['corrente_f1', 'corrente_f2','corrente_f3','tensao_f1','tensao_f2','tensao_f3','potencia_ativa_total','potencia_reativa_total', 'potencia_aparente_total', 'fator_potencia_total']].max()
 
PREVIOUS NEXT
Tagged: #max #multiple #columns #pandas
ADD COMMENT
Topic
Name
3+3 =