Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis

This repository contains a Jupyter notebook analysis for the accelerated stability exercise.

Contents

  • notebooks/KTP_stability_analysis.ipynb — full analysis notebook with comments, plots and modelling.
  • outputs/ — generated plot images from the notebook.
  • requirements.txt — Python packages needed to run the notebook.
  • data/ — placeholder directory for the supplied dataset.

How to run

  1. Create and activate a Python environment:
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\\Scripts\\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Place the supplied Excel workbook in the data/ folder using this filename:
data/KTP_task_datasets.xls

Alternatively, edit the DATA_PATH variable near the top of the notebook.

  1. Launch Jupyter:
jupyter lab
  1. Open and run:
notebooks/KTP_stability_analysis.ipynb

Notes

  • The notebook uses transparent exploratory analysis and simple OLS models to support formulation comparison and discuss limitations.

About

Data Analysis This notebook analyses accelerated stability data for two prototype formulations: Lot A014: Formulation A Lot B025: Formulation B The aim is to describe the dataset, explore stability trends, compare formulations, and build simple models that help explain degradation behaviour.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages