This code is a parser to read a raw file recorded by a PME MiniDOT logger. It puts the data in a panda dataframe and makes a simple plot of either the temperature measured or the dissolved oxygen (DO). The MiniDOT probe measures temperature and dissolved oxygen. https://www.pme.com/new-products/minidot-usb-oxygen-logger
The data file raw_minidot_data.txt of the repository is to use with this code.