Skip to content

Support optional inclusion of end boundary in load function #23

@anayapouget

Description

@anayapouget

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 feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions