[GitHub] [spark] zhengruifeng commented on a diff in pull request #36464: [SPARK-38947][PYTHON] Supports groupby positional indexing

2022-05-14 Thread GitBox
zhengruifeng commented on code in PR #36464: URL: https://github.com/apache/spark/pull/36464#discussion_r872972240 ## python/pyspark/pandas/groupby.py: ## @@ -2110,22 +2110,79 @@ def _limit(self, n: int, asc: bool) -> FrameLike: groupkey_scols =

[GitHub] [spark] zhengruifeng commented on a diff in pull request #36464: [SPARK-38947][PYTHON] Supports groupby positional indexing

2022-05-13 Thread GitBox
zhengruifeng commented on code in PR #36464: URL: https://github.com/apache/spark/pull/36464#discussion_r872261421 ## python/pyspark/pandas/groupby.py: ## @@ -2110,22 +2110,79 @@ def _limit(self, n: int, asc: bool) -> FrameLike: groupkey_scols =