스트림릿과 차트그리기에 필요한 라이브러리 import 해줍니다. import streamlit as st import pandas as pd #해당 라이브러리는 설치가 필요합니다. import altair as alt import plotly.express as px 라이브러리 설치는 https://altair-viz.github.io/ Altair: Declarative Visualization in Python — Altair 4.2.0 documentation © Copyright 2016-2020, Altair Developers. altair-viz.github.io https://plotly.com/python/getting-started/ Getting Started Getting Start..