This project analyzes a sample of the CORD-19 dataset (metadata_sample.csv
) and provides both:
- A Jupyter Notebook (
analysis.ipynb
) for data cleaning, exploration, and visualization. - A Streamlit app (
app.py
) for interactive exploration.
Frameworks_Assignment/
βββ analysis.ipynb # Jupyter notebook for analysis
βββ app.py # Streamlit web application
βββ metadata_sample.csv # Sample dataset (<5 MB)
βββ README.md # Documentation
βββ requirements.txt # Dependencies
git clone https://github.com/<your-username>/Frameworks_Assignment.git
cd Frameworks_Assignment
pip install -r requirements.txt
jupyter notebook analysis.ipynb
streamlit run app.py
- Publications by year
- Top journals publishing COVID-19 research
- Interactive filters for year range
- Data preview table
- Dataset used here is a lightweight sample (metadata_sample.csv) under 5MB.
- For the full dataset, visit the CORD-19 dataset on Kaggle.