ArcticDB
ArcticDB copied to clipboard
EPIC: Resampling remaining work
Known remaining work. Replace checkbox text with link to individual issues when they are being actively worked on.
- [x] #1721
- [ ] Option to include/exclude partial buckets (they are currently included).
- [ ] Missing data handling. Behaviour should be consistent in all 3 cases:
- [ ] Option to include buckets in the returned dataframe that have no index values within the symbol (they are currently excluded). This is simple enough for float, string, and datetime columns, as we can put NaN, None, or NaT respectively. int columns require more thought.
- [ ] #1896
- [ ] #1897
- [x] #1711
- [x] #1751
- [ ] Support for more frequencies? Unclear if this is required in practice, wait until a use case occurs
- [x] ~~Syntactic sugar? Could add a first-class
resamplemethod to the API instead of exposing theQueryBuildermethods directly.~~ Superseded byLazyDataFrame - [x] #1740