Open Chief00 opened 1 year ago
Noticed it didnt display the header for some CSVs due to the std CSV lib header detection not being perfect (https://docs.python.org/3/library/csv.html#csv.Sniffer.has_header), so added a click option to override the default detection.
Noticed it didnt display the header for some CSVs due to the std CSV lib header detection not being perfect (https://docs.python.org/3/library/csv.html#csv.Sniffer.has_header), so added a click option to override the default detection.