Skip to content

Drunken Data Quality 1.2.0

Compare
Choose a tag to compare
@FRosner FRosner released this 14 Aug 14:31
· 295 commits to master since this release

Checks

  • Check if each value in a column is one of the specified ones
  • Check if all values in a column satisfy a given regular expression
  • Check if all values in a column are convertible to Boolean
  • Check if two tables joined on the given columns yield results

Usability

  • SQLContext and HiveContext support (create check object from table and database name)
  • Show the number of rows of a checked data frame