Skip to content

Commit

Permalink
add link to *Pandas*
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed Aug 22, 2023
1 parent 4c5cb86 commit 8edb02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tut/toy-example-reporter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In essence, reporters apply arbitrary transformations to data coming from some s

.. note::
Currently, FlexMeasures comes with the following reporters:
- `PandasReporter`: applies arbitrary pandas methods to sensor data.
- `PandasReporter`: applies arbitrary `Pandas <https://pandas.pydata.org>`_ methods to sensor data.
- `AggregatorReporter`: combines data from multiple sensors into one using any of the Pandas `aggregate` function supported methods (e.g. sum, average, max, min...).
- `ProfitLossReporter`: computes the profit/loss due to an energy flow under a specific tariff.

Expand Down

0 comments on commit 8edb02c

Please sign in to comment.