import streamlit as st import pandas as pd df = pd.read_csv("dir/file.csv") @st.experimental_memo def convert_df(df): return ...
確定! 回上一頁