pd.set_option('precision', 4) print(df.to_latex(index=False))
# For display command precision pd.set_option('display.precision', 2)