utils

Functions

determine_freq(timestamps)

Determine data frequency using provided timestamps.

determine_num_steps(start_timestamp, ...)

Determine how many steps of freq should we make from start_timestamp to reach end_timestamp.

select_observations(df, timestamps, freq[, ...])

Select observations from dataframe with known timeline.