Skip to content

varshivenkatesh/data-quality-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dqbot: Data Quality Bot

dqbot is a CLI tool that automates data quality checks, supports multiple file formats, and even visualizes issues for better data transformation decisions.

Usage

  • Run with python -m if there are path issues!

  • Current version supports .csv, .xlsx, .xls, .json file formats

  • CLI usage with --file or --folder to run analytics for data

  • Add custom quality check metric configs in .yaml file, or use default config

  • Automated visual reports with --vis

  • Runs locally and supports data extraction from Azure container


📦 Installation

Install via pip:

pip install dqbot

Explore commands:

dqbot --help

Releases

No releases published

Packages

No packages published

Languages