nicetoolbox.utils.to_csv.convert_npz_to_csv_files

nicetoolbox.utils.to_csv.convert_npz_to_csv_files(npz_path, output_folder) None[source]

Converts an NPZ file to multiple CSV files.

For each npy array in the NPZ file, a CSV file is created and saved in the output folder.

Parameters:
  • npz_path (str) – The path to the NPZ file.

  • output_folder (str) – The path to the output folder where the CSV files will be saved.

Returns:

None