LAB MANUALS
Sample Orders
PhD Theses
Polymer Tracker
Polymer Database
Polymers Overview
Polymer Form
Here is a Python file that will allow you to view the polymer database as individual entries and search for particular polymers.
To use the code, download the polymer database to your local drive and then select this file when the code is run.
You will need python installed on your computer along with the following libraries: pandas, pillow, requests, openpyxl.
To install libraries, go to command prompt and type: pip install pandas
