Open your terminal (or command prompt) and run the following commands:
with col2: st.metric(label="Max Value", value=f"df[y_axis].max():.2f")
import streamlit as st import pandas as pd import numpy as np import matplotlib.pyplot as plt
with st.expander("See Statistics"): st.write(df.describe())
Open your terminal (or command prompt) and run the following commands:
with col2: st.metric(label="Max Value", value=f"df[y_axis].max():.2f") getting started with streamlit for data science pdf
import streamlit as st import pandas as pd import numpy as np import matplotlib.pyplot as plt Open your terminal (or command prompt) and run
with st.expander("See Statistics"): st.write(df.describe()) getting started with streamlit for data science pdf