You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yikun Jiang (Jira)" <ji...@apache.org> on 2022/04/20 15:13:00 UTC

[jira] [Updated] (SPARK-38947) Support Groupby positional indexing

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

Yikun Jiang updated SPARK-38947:
--------------------------------
    Summary: Support Groupby positional indexing  (was: test_eval failed due to pandas reference changed)

> 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}
> 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}



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

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