Process Engineer Tool Box is a package where a set of tools are developed to help in our daily tasks. It is based in the use of pandas. In daily chemical industry task, focused on data analysis and improvement projects developing, no long dataset are usually used and pandas cover all the requirements.
Use the package manager pip to install pyPETB.
pip install pypetb
Please refer to the Documentation
Gage R&R use case
Capability Analysis use case
Automate Gage Repeatability use case
Distributed under the MIT License.
- V0.1 RnRnumeric class to analyze numerical measurement system --> Available
- V0.2 Capability class to make process capability analysis --> Available
- V0.3 Repeatability class to analyze automated measurement system --> Available
- V0.4 RnRcat class to analyze categorical measurement system (Atributes) --> Available
- V0.5 Nested Gage RnR class to analyze processes where samples are destroyed --> Available
- V0.6 DOE class to analyze DOE results
- Thanks to Noël Santiago for his coaching during our six sigma green belt training
- Thanks to Ted Hessing for his detailed article calculating RnR
- Thanks to Linus Isberg Martinsson for his effort developing improvements for this package