Skip to content

Commit

Permalink
Add docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa committed Jan 30, 2024
1 parent 5a9a747 commit 55ccb24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mikeio1d/pandas_extension/result_frame_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ class ResultFrameAggregator:
----------
entity_levels : list of str
Entity levels are the geometric entities that the DataFrames are ultimately grouped by.
quantity_levels: list or str
Quantity levels are the levels which uniquely identify a quantity.
agg_levels : list of str
Agg levels are the levels that are aggregated along.
agg_strategies : dict of str: callable
Agg strategies are the strategies used for aggregation.
Agg strategies are the strategies used for aggregation along the agg_levels.
Examples
--------
Expand Down

0 comments on commit 55ccb24

Please sign in to comment.