Skip to content

add check ignore_na arg, bugfixes

Compare
Choose a tag to compare
@cosmicBboy cosmicBboy released this 05 Jun 04:31

New Feature

  • ignore_na keyword argument to Check class 180072e
    drops null columns within the check function before passing to check_fn. The
    SeriesSchemaBase.validate method no longer does this.

Bugfixes

  • one sample hypothesis tests in the context of Column shouldn't need samples arg
    0b0d6cc
  • add lazy kwarg to check_input and check_output 923a197
  • fix lazy validation with nullable columns f5051fa