i have the following code
df = pd.read_sql (sql, conn)
where sql is a SQL script and conn is an ODBC connection created with pymssql
the script normally returns a dataframe
how I can use streamlit caching
I could not find any simple example demoing this