orchid-initiative / synthetic-database-project

MIT License
4 stars 2 forks source link

Output in Fixed Width Format #31

Open Dior13 opened 1 year ago

Dior13 commented 1 year ago

User Story As a data analyst, I want the synthetic database to output in the same format as the data that hospitals have in house so that the program I write for the synthetic data can be used on real hospital data without any modifications.

Acceptance Criteria

  1. The program outputs a file with inpatient discharges in fixed width format (instead of comma-delimited).
  2. Synthetic data files and data files that hospitals submit to HCAI should both be able to be read by the same program or function.
  3. A pull request has been submitted, reviewed, merged, and closed.