feat: Add aggregation capabilities for pandas DataFrameBaseView
#81
Labels
feature
New feature or request
DataFrameBaseView
#81
Feature description
Implement aggregation mechanism for
DataFrameBaseView
. It is marked with TODO in pandas_base.py file in this PR:Motivation
Currently single aggregation is supported by
SqlAlchemyBaseView
, though its parentMethodsBaseView
(also a parent forDataFrameBaseView
) posseses and interface for this. To unify capabilities of the most high-level views implemented (for SQLAlchemy and Pandas respectively) one should implement aggregation mechanism forDataFrameBaseView
as well.Additional context
No response
The text was updated successfully, but these errors were encountered: