- Added support for empty fields in the measurements.
- In
create_column_dataframe
it is now possible to specify if the resulting DataFrame shall be grouped by date or not. Default behavior is grouping as before but if e.g. not date and time is available in the measurements, grouping can be disabled bygroup_by_date=False
.