dataframes#
Contain functions for handling dataframes in checks.
Functions
  | 
Validate given columns exist in dataframe.  | 
  | 
Filter DataFrame columns by given params.  | 
  | 
Convert numpy value to native value.  | 
  | 
Compute pairwise correlation.  | 
Return a dataframe where all the int columns are converted to floats.  | 
|
  | 
Return a series that if the type is int converted to float.  | 
  | 
Fill NaN values per column type.  | 
  | 
Check if a column must be a float - meaning does it contain fractions.  |