Use this Streamlit app to create interactive visualizations from your data in minutes.
Below you can find a demo on how to use the app.
magicplotter_demo.mp4
git clone https://github.com/pedromasb/magicplotter.git
cd magicplotter
pip install -r requirements.txt
# Downgrade the streamlit version to avoid problems when uploading data files locally
pip install --upgrade streamlit==1.29.0
streamlit run Hello.py