Introduction
Chemicals plants have series of data coming from various instruments. These generally measure physical property of the system.
This release adds a new Series class for Propylean, which helps assign physical property to Pandas or PySpark series.
Series Class
Instruments measuring a property of an equipment produces series of data which is a physical property measurement at different instances of time. In short, it is a time-series data of physical property the instrument is measuring.
The new propylean.Series class is a wrapper to Pandas and Pyspark series with associated physical property. All the Pandas and Pyspark series analytics operations can be performed. For example, in this notebook, we analyze LPG bullet operation data with Propylean Series.