FutureWarning: DataFrame.applymap has been deprecated. Use DataFrame.map instead.
Example: data.describe().map(lambda x: f"{x:0.6f}")
data.describe().map(lambda x: f"{x:0.6f}")