antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.19k stars 119 forks source link

Parsing headers with first header empty #174

Open Bonnevie opened 2 years ago

Bonnevie commented 2 years ago

I have a few dataframes saved as CSV where the first column has been automatically added with an empty header title. This seems to be unexpected formatting for TAD, and it completely fails to use the first header as column names - which lowers the UX considerably, especially with many columns. Cannot find any way to force it to use names. It correctly labels the columns if I put a dummy character as the column name.