- Manipulate sqlite database
- Extract data to plot summary statistics for breast cancer patients
- Perform Survival times analysis for patients stratified by their age at the time of diagnosis
- Calculate intention to test, test, and negative rate for patients
- Create an App to perform survival time analysis with slider element for age at the time of diagnosis
- pandas
- sqlite3
- lifelines
- datetime
- seaborn
- matplotlib
- streamlit (for developing and deploying the app)
Randomly generated
- Extend the app to include Gender based stratification
- Include multi-page functionality