Python API for Drunken Data Quality (DDQ), a data quality validation library for Apache Spark DataFrames. Current version 5.0.0, supports Spark 2.2.1 and Python 3. Last release in 2017; project appears stable with no recent updates.
pip install pyddqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart: create a Spark DataFrame, define a constraint, run a check with Runner.
Ensure SparkSession is created before using pyddq functions.
Use SparkSession instead of SparkContext when creating DataFrame.
Consider alternatives like great_expectations or Deequ for modern Spark setups.
No dependency data recorded yet.