Screen Time Aggregate Time Series
Constructors
Functions
Returns a list containing all elements except last n elements.
This is an in-place
operation. Use this function to fill missing days (the function adds NaNs) both in the future and in the past (up to the specified number of days in the past). Since the SDK does not return a value for the score in a day where the confidence it too low, this function can be useful to fill in blanks for UI/UX purposes.
This function helps filtering the TimeSeries for elements that follow a certain rule in the timestamps. Provide a lambda that receives a ZonedDateTime and return a boolean.
This function helps filtering the TimeSeries for elements that follow a certain rule in the values. Provide a lambda that receives a Double and returns a boolean.
Returns a time series containing the last n elements.