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:
  • dtableDataTable containing the data

  • unknowns – 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.

  • argsargparse.Namespace object containing command line arguments