create_config_template()

Quickly deploy a template csv config file in the correct format for use in the initialisation of the Census class.

censuswrangler.create_config_template(
output_folder: str = None,
file_name: str = 'censuswrangler_config',
) None

Create a template config csv for use with the census

Parameters:
  • output_folder (str, optional) – The folder path where the config file will be created. Defaults to the script location.

  • file_name (str, optional) – The name of the config file, excluding file type. Defaults to “censuswrangler_config”.