funpack.dryrun
This module contains the doDryRun() function, which prints
information about what funpack would do, but doesn’t actually do
anything.
- funpack.dryrun.doDryRun(dtable, unknowns, uncategorised, dropped, args)[source]
Dry run.
Prints out information about the cleaning/processing that would be applied.
- Parameters:
dtable –
DataTablecontaining the dataunknowns – List of
Columnobjects representing the unknown columns.uncategorised – A sequence of
Columnobjects representing columns which are uncategorised, and have no processing or cleaning rules specified on them.dropped – List of
Columnobjects representing the unknown columns.args –
argparse.Namespaceobject containing command line arguments