[ 
https://issues.apache.org/jira/browse/SPARK-38947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yikun Jiang updated SPARK-38947:
--------------------------------
    Description: 
{code:java}
GroupByTest.test_tail
GroupByTest.test_head {code}
[1] 
https://pandas.pydata.org/docs/whatsnew/v1.4.0.html#groupby-positional-indexing

  was:
{code:java}
DataFrameTest.test_evalSeries are different

Series values are different (100.0 %)
[index]: [0, 1, 2, 3, 4]
[left]:  [1, 2, 3, 4, 5]
[right]: [21, 18, 15, 12, 9]

Left:
0    1
1    2
2    3
3    4
4    5
Name: A, dtype: int64
int64

Right:
0    21
1    18
2    15
3    12
4     9
Name: A, dtype: int64
int64 {code}


> Support Groupby positional indexing
> -----------------------------------
>
>                 Key: SPARK-38947
>                 URL: https://issues.apache.org/jira/browse/SPARK-38947
>             Project: Spark
>          Issue Type: Sub-task
>          Components: PySpark
>    Affects Versions: 3.4.0
>            Reporter: Yikun Jiang
>            Priority: Major
>
> {code:java}
> GroupByTest.test_tail
> GroupByTest.test_head {code}
> [1] 
> https://pandas.pydata.org/docs/whatsnew/v1.4.0.html#groupby-positional-indexing



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to