-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
proposalRequest for a new featureRequest for a new feature
Description
DJ processes data chunk by chunk and we are finding duplicates at the edge of chunks from the fact the end timestamp is included by default when loading the data through Aeon's api load function. In general this has been a shared experience for many of us when we wish to analyse data on a chunk or block level. The intuitive way to load a chunk is to set start = hour
and end = hour + 1
, but more often than not the final timestamp at hour + 1
is not of interest, requiring repetitive code get rid of it each time.
An include_end
argument could be introduced to give users the choice as to whether or not the load function should return the end timestamp.
Metadata
Metadata
Labels
proposalRequest for a new featureRequest for a new feature