Nottação científica Python
df["price"].describe().apply(lambda x: format(x, 'f'))
Maxwell
df["price"].describe().apply(lambda x: format(x, 'f'))