v0.3.0
Features
- Add the
rows_distinct()
validation method by @rich-iannone in #10 - Introduce column selectors for easily selecting one or more columns in a validation workflow by @rich-iannone in #18
- Add the
col_schema_match()
validation method and theSchema
class by @rich-iannone in #11 - Add options for case-insensitive matching of coltypes and dtypes in schema checks by @rich-iannone in #13
- Allow for partial matching for dtypes by @rich-iannone in #15
- Allow definition of multiple dtypes per column in
Schema
to facilitate multiple attempts at dtype matching by @rich-iannone in #17 - Within
col_schema_match()
, enable checks of columns only (exclusive of dtypes) by @rich-iannone in #16 - Add global config options for validation table output by @rich-iannone in #8
Fixes and Documentation
- Display empty validation reports when there are no validation steps by @rich-iannone in #14
- Add the
ColumnSelector
class and improve documentation for all column selector functions by @rich-iannone in #19 - Add
Column
type tovalue=
/left=
/right=
by @rich-iannone in #9
Full Changelog: v0.2.1...v0.3.0