ImperialCollegeLondon / PyProBE

Python Processing for Battery Experiments
https://imperialcollegelondon.github.io/PyProBE/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Remove null columns in standard PyProBE data format #120

Closed tomjholland closed 2 months ago

tomjholland commented 2 months ago

This PR changes the default behaviour of the PyProBE format. When a column is not present in the cycler data, it is no longer saved into the parquet file as a column of nulls.

Closes #117