This repo contains the pharma data provided in 2 different files :
- mouse_metadata - gives the information on the mice, drug treatment given for the mice, and its description
- Study_results - gives the treatment datapoints and tumor volume for each mice
The pymaceuticals_analysis.ipynb contains the python script to read the 2 csv's , merge and analze the data.
Analysis is included in the Jupyter notebook.
References:
- Calculating statistical summary using agg was browsed for referered the pandas documentation