766acbc 795404d 766acbc 795404d
1
2
3
4
5
6
7
import streamlit as st import pandas as pd df = pd.read_parquet("test.parquet") st.dataframe(df)