GithubHelp home page GithubHelp logo

dqframework's Introduction

dqframework is a Python package that provides a framework for data quality assessment and monitoring.

This package is designed with polars in mind, but in the future it might get expanded.

Another framework?

This framework is designed to be used in a similar way to many others, but it has been designed with some goals in mind:

  • Observability: The framework should provide a way to monitor the data quality of a dataset in a way that is easy to understand and to act upon.
  • Extensibility: The framework should be easy to extend with new checks and new ways to monitor the data quality.
  • Performance: The framework should be able to handle large datasets and provide a way to monitor the data quality of these datasets in a performant way.
  • Ease of use: The framework should be easy to use and to understand, so that it can be used by data engineers, data scientists, and other data professionals.
  • Monitoring and Reporting: The framework should provide a way to monitor the data quality of a dataset over time and to report on the data quality of the dataset.

How to use it?

This framework is centered around three main concepts:

  • Pipeline: A pipeline is an object that comprises multiple Checks, and is responsible for running these checks on a dataframe.
  • Check: A check is an object that comprises multiple Validators, and is responsible for checking a certain set of properties of a dataframe. It has severity levels, and can be used to monitor the data quality of a dataset.
  • Validator: A validator is a function that is responsible for validating a certain property of a dataframe

Installation

To install the package, you can use pip:

pip install dqframework

dqframework's People

Contributors

hrfmartins avatar

Watchers

 avatar

dqframework's Issues

Validators unpacking in check

Problem:
Some validators.

line 53, in __call__
    (rule, column, value) = validation
    ^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 3, got 2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.