dat_to_csv

Contents

dat_to_csv#

class pinnx.utils.dat_to_csv(dat_file_path, csv_file_path, columns)[source]#

Converts a dat file to CSV format and saves it.

Parameters:
  • dat_file_path (string) – Path of the dat file.

  • csv_file_path (string) – Desired path of the CSV file.

  • columns (list) – Column names to be added in the CSV file.