You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,29 @@ data = [
169
169
]
170
170
```
171
171
172
-
### Optionally convert the data to a pandas DataFrame
172
+
## Usage of formulas
173
+
174
+
Formulas can be used to calculate a metric aggregated over multiple components or sensors.
175
+
Note that this endpoint must be used with a `resampling_period`.
176
+
Details on the formula syntax can be found [here](https://github.com/frequenz-floss/frequenz-microgrid-formula-engine-rs/tree/v0.x.x?tab=readme-ov-file#formula-syntax-overview).
177
+
178
+
```
179
+
# Example formula to sum the values of two components.
0 commit comments