Improve `get_aggregation` method of class `Source` to return an `AggregateSource` class instance
Opened this issue · 0 comments
dsj976 commented
Currently this function returns a dataframe, which has been aggregated.
However, it would be more consistent to return an AggregateSource
object.
See file data/source.py