This project analyzes the CORD-19 metadata dataset to explore publication trends in COVID-19 research.
- Data cleaning and exploration in Jupyter Notebook
- Visualizations of publication patterns
- Interactive Streamlit app for data exploration
pip install pandas matplotlib seaborn streamlit
Frameworks_Assignment/
β
βββ data/metadata.csv
βββ notebooks/exploration.ipynb # Analysis & visualization
βββ app/streamlit_app.py # Streamlit app
βββ README.md
jupyter notebook notebooks/exploration.ipynb
streamlit run app/streamlit_app.py
* Features
. Data cleaning & exploration
. Visualizations (publications by year, top journals)
. Interactive Streamlit app