Skip to content

Commit badce40

Browse files
WRS-1346 - Remove self-link to pivot
1 parent f9cf6fa commit badce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StardustDocs/topics/pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ df.pivot("city").groupBy("name").default(0).min()
316316

317317
### Pivot inside aggregate
318318

319-
[pivot](pivot.md) transformation can be used inside [`aggregate`](groupBy.md#aggregation) function of [`GroupBy`](groupBy.md). This allows to combine column pivoting with other [`groupBy`](groupBy.md) aggregations:
319+
pivot transformation can be used inside [`aggregate`](groupBy.md#aggregation) function of [`GroupBy`](groupBy.md). This allows to combine column pivoting with other [`groupBy`](groupBy.md) aggregations:
320320

321321
<!---FUN pivotInAggregate-->
322322
<tabs>

0 commit comments

Comments
 (0)