this is my code and the image is the output of the code in jupyter notebook, it is possible to fix the numbers of decimals to see the full table ?
df.pivot_table(values="ratio" , index="type", aggfunc=lambda x: [np.percentile(x, 10), np.percentile(x, 20),
np.percentile(x, 30), np.percentile(x, 40),
np.percentile(x, 50), np.percentile(x, 60),
np.percentile(x, 70), np.percentile(x, 80),
np.percentile(x, 90), np.percentile(x, 100)])

PS: "type" = tipo_de_viaje