This repo contains:
analysis.py— script to load, clean, analyze and plot themetadata.csvCORD-19 file.app.py— Streamlit application for interactive exploration of the same dataset.- Generated plots (PNG) will be saved by
analysis.py.
- Python 3.7+
- Install dependencies:
pip install pandas matplotlib seaborn streamlit