While the CAMI profiling format is a TSV with comments, the comments are not available if you use pandas to parse and load it. It might be useful to write an xarray loader and save the comments as metadata, so it is still available during exploratory analysis without having to create a thin wrapper around a Pandas dataframe.
While the CAMI profiling format is a TSV with comments, the comments are not available if you use
pandas
to parse and load it. It might be useful to write an xarray loader and save the comments as metadata, so it is still available during exploratory analysis without having to create a thin wrapper around a Pandas dataframe.cc @dkoslicki