Pymaceuticals is a Python project simulating the analysis of pharmaceutical data from drug trials on mice for treatments for squamous cell carcinoma (SCC).
In this study, 249 mice identified with SCC were treated with a 45 day course of a variety of drug regimens. Tumor development was observed and measured, in terms of:
- Weight
- Tumor Volume
- And number of Metastatic Sites
The purpose of this study was to compare the performance of the various drugs and create a summary of the study results. Pandas was used to create the dataframes to manipulate and analyze the data (ie. calculate the summary statistics).
Both Matplotlib and Pandas were used to generate the bar graphs and pie charts.
2020-21 Data Science & Visualization Boot Camp - Homework 05 Matplotlib