Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 335 Bytes

VEDA2xlsx

Python script to parse VEDA4 outputs to a simple Excel spreadsheet

Getting Started

Change the variables "dd2_file_path" and "vdf_file_path" to the full path to your VEDA outpputs and the script should work, generating a comprehensive Excel file for you.

Requisites

  • Python >= 3.6
  • pandas, re, xlsxwriter, itertools