sdv-dev / SDV

Synthetic data generation for tabular data
https://docs.sdv.dev/sdv
Other
2.21k stars 287 forks source link

Add header to log.csv file #2046

Closed amontanez24 closed 3 weeks ago

amontanez24 commented 1 month ago

Problem Description

As an engineer debugging logs, it would be helpful to know what each column meant.

Expected behavior

The log.csv file should have headers (a label for each column). Currently it doesn't.

Additional context

Headers seem to be specified but for some reason aren't working https://github.com/sdv-dev/SDV/blob/29cf34110867b87464b252177b8a59a6240d1c20/sdv/logging/logger.py#L16-L18