in Frontend/utils/notas.py [0:0]
def calcular_nota_competencia(row): notas = pd.Series(row['notas']) return int(np.ceil(notas.sum()/(len(notas) * 2))*40)