como calcular el rango en python

Solutions on MaxInterview for como calcular el rango en python by the best coders in the world

showing results for - "como calcular el rango en python"
Michele
23 Aug 2018
1rango = df["nota"].max() - df["nota"].min()
similar questions
queries leading to this page
como calcular el rango en python