export_results

export_results(output: str, results: list[dict]) None[source]

Export a list of dictionaries to a CSV file.

Parameters:
  • output (str) – The path to the output CSV file.

  • results (list[dict]) – A list of dictionaries to be exported as CSV rows.