Skip to content

binfas/PLP_Python_wk_8_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CORD-19 Data Explorer

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.

πŸ“‚ Project Structure

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

πŸš€ How to Run

1. Clone the repo

git clone https://github.com/<your-username>/Frameworks_Assignment.git
cd Frameworks_Assignment

2. Install dependencies

pip install -r requirements.txt

3. Run Jupyter Notebook

jupyter notebook analysis.ipynb

4. Run the Streamlit app

streamlit run app.py

πŸ“Š Features

  • Publications by year
  • Top journals publishing COVID-19 research
  • Interactive filters for year range
  • Data preview table

πŸ“ Notes

  • Dataset used here is a lightweight sample (metadata_sample.csv) under 5MB.
  • For the full dataset, visit the CORD-19 dataset on Kaggle.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published