The notebook asked to use different functions for loading data as LipdSeries.
to_tso: will return a list of Lipd timeseries object. All columns are added, regardless of whether the values can be coerced into a float
to_LipdSeries: will expand tso to allow a user to either choose a timeseries from a list or pass the index observed from to_tso. If cannot be coerced to float, will just throw an error
to_LipdSeriesList: Like to_tso but create LipdSeries directly. If the values cannot be coerced to float, will ignore that series and move on. There is now a warning in place but it means that to_LipdSeriesList and to_tso can have a different number of objects AND different index.
The notebook should clarify this with the example.
The notebook asked to use different functions for loading data as LipdSeries.
The notebook should clarify this with the example.