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 –
DataTable
containing the dataunknowns – List of
Column
objects representing the unknown columns.uncategorised – A sequence of
Column
objects representing columns which are uncategorised, and have no processing or cleaning rules specified on them.dropped – List of
Column
objects representing the unknown columns.args –
argparse.Namespace
object containing command line arguments