sarusso / Timeseria

An object-oriented time series processing library
Apache License 2.0
19 stars 2 forks source link

Clarify time series indexes #9

Closed sarusso closed 1 week ago

sarusso commented 2 years ago

Indexes can be present, not present. If present, can have a value or a None.

A time serie has a given index if it is present for (at least?) one point. Check this concept, also with respect of how to setting series indexes with respect to slicing and filtering operations in particular.