Skip to content

Releases: abhishekvraman/Propylean

PySpark and Pandas Series support with new wrapper Series

10 Dec 12:39
4cb836a

Choose a tag to compare

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.

v.0.2.6

26 May 08:07
b268f2b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v.0.2.6

v0.1.2

09 Oct 05:46
f3d7278

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Properties share all the methods and attribues from Pandas Series directly.
For e.g. Series.min() can be accessed using Properties.min().

Release for delete option of objects

02 Oct 08:39
5df0dc5

Choose a tag to compare

Pre-release

Equipment and stream objects can be deleted using .delete() method.

Beta release with validators

17 Sep 10:57

Choose a tag to compare

Pre-release
0.1.0

changes to cfg