agg and window docs #323
Annotations
2 errors
build:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
failed to run `@example` block in src/examples/generated/UserGuide/agg_window.md:75-82
```@example agg_window
@chain t(dfv) begin
@group_by cyl
@window_order mpg
@Mutate(row_id = row_number())
@collect
end
```
value =
UndefVarError: `dfv` not defined in `Main.__atexample__named__agg_window`
Suggestion: check for spelling errors or missing imports.
|
build
Process completed with exit code 1.
|