Search papers, labs, and topics across Lattice.
This paper introduces CPSLint, a domain-specific language (DSL) designed to streamline data preparation for industrial Cyber-Physical Systems (CPS). CPSLint aims to reduce repetitive work by providing a higher level of abstraction for data validation and sanitization of time-series data. The authors demonstrate that CPSLint enables data scientists and domain experts to express complex data preparation processes concisely.
Stop writing repetitive, case-specific Python scripts for industrial CPS data preparation: a new DSL lets you express data cleaning pipelines in just a few lines of code.
Raw datasets are often too large and unstructured to work with directly, and require a data preparation phase. The domain of industrial Cyber-Physical Systems (CPSs) is no exception, as raw data typically consists of large time-series data collections that log the system's status at regular time intervals. The processing of such raw data is often carried out using ad hoc, case-specific, one-off Python scripts, often neglecting aspects of readability, reusability, and maintainability. In practice, this can cause professionals such as data scientists to write similar data preparation scripts for each case, requiring them to do much repetitive work. We introduce CPSLint, a Domain-Specific Language (DSL) designed to support the data preparation process for industrial CPS. CPSLint raises the level of abstraction to the point where both data scientists and domain experts can perform the data preparation task. We leverage the fact that many raw data collections in the industrial CPS domain require similar actions to render them suitable for data-centric workflows. In our DSL one can express the data preparation process in just a few lines of code. CPSLint is a publicly available tool applicable for any case involving time-series data collections in need of sanitisation.