import streamlit as st import pandas as pd df = pd.read_parquet("test.parquet") st.dataframe(df)