Added RowNumber() link in Rank() docs.

This commit is contained in:
Adam Zapletal 2024-03-20 23:52:07 -05:00 committed by GitHub
parent 6f7c0a4d66
commit fd2514d17d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ Row # Value Rank Calculation Relative Rank
.. class:: Rank(*expressions, **extra)
Comparable to ``RowNumber``, this function ranks rows in the window. The
Comparable to :class:`RowNumber`, this function ranks rows in the window. The
computed rank contains gaps. Use :class:`DenseRank` to compute rank without
gaps.