Pandas DataFrame Print Decimal Lugares

pd.set_option('precision', 4)
print(df.to_latex(index=False))
Perro Fiel