Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ecdatakit): print marker record describing max num. of columns (#424
) ## Description ECDataKit proceses csv files using `polars` library. It seems that `pl.DataFrame.read_csv` deduces number of columns from the first record read and then if it encouters longer record (with more columns) it ignores additional values. I could handle it solely on ECDataKit side by reading the whole data file, prepending it with such marker record and then overwriting it, but doing it via ecrs seems easier for now.
- Loading branch information