streamlit / Pages /Data.py
SUNGJIN LEE
Recommendation System 개선
685ddb5
raw
history blame contribute delete
378 Bytes
# import streamlit as st
# import pandas as pd
# from datasets import load_dataset
# import data
# import seaborn as sns
# st.set_page_config(layout="wide")
# st.write("# Data")
# with st.spinner("데이터 로딩 중..."):
# df, df_map = data.load_data()
# with st.expander("Data Description"):
# st.write(df.describe())
# st.tabs(
# ["Data", "Map"]
# )