VLDB2021
From Papers to Practice: The openclean Open-Source Data Cleaning Library
Heiko Mueller, Sonia Castelo, Munaf A. Qazi, Juliana Freire
8 citations
Abstract
Data preparation is still a major bottleneck for many data science projects. Even though many sophisticated algorithms and tools have been proposed in the research literature, it is difficult for practitioners to integrate them into their data wrangling efforts. We present openclean, a open-source Python library for data cleaning and profiling. openclean integrates data profiling and cleaning tools in a single environment that is easy and intuitive to use. We designed openclean to be extensible and make it easy to add new functionality. By doing so, it will not only become easier for users to access state-of-the-art algorithms for their data wrangling efforts, but also allow researchers to integrate their work and evaluate its effectiveness in practice. We envision openclean as a first step to build a community of practitioners and researchers in the field. In our demo, we outline the main components and design decisions in the development of openclean and demonstrate the current functionality of the library on real-world use cases. PVLDB Reference Format: Heiko Müller, Sonia Castelo, Munaf Qazi, and Juliana Freire. From Papers