cloudkitty/releasenotes/notes/add-dataframe-datapoint-objects-a5a4ac3db5289cb6.yaml
Luka Peschke 2f4acdce4a Add DataPoint/DataFrame objects
This introduce the DataPoint and DataFrame objects. These are replacing the
dicts that were used until now:

A DataPoint is an immutable object representing one measure for one metric,
with associated price, qty, groupby and metadata.

A DataFrame is a collection of DataPoints, with helper functions for
point insertion and JSON formatting/loading.

Story: 2005890
Task: 35658
Change-Id: I71e95bba0a0cdd049b0fba3e79c7675b6365c37f
2019-08-22 07:39:01 +00:00

6 lines
105 B
YAML

---
other:
- |
Data frames/points are now internally represented as objects rather than
dicts.