gerlichlab / looptrace

Fork (from EMBL Gitlab) of the looptrace project: https://git.embl.de/grp-ellenberg/looptrace
MIT License
2 stars 1 forks source link

We need to standardise format of header in table-like files for CSV #261

Open vreuter opened 4 months ago

vreuter commented 4 months ago

Related to #104, we sometimes have pandas case where first column really is index, other times when it isn't.

vreuter commented 4 months ago

In particular, this creates a problem for the image handler's load_tables function, which has a single parser declared for any CSV that it encounters.