Skip to content

[SPARK-24444][DOCS][PYTHON][BRANCH-2.3] Improve Pandas UDF docs to explain column assignment - #21478

Closed
BryanCutler wants to merge 6 commits into
apache:branch-2.3from
BryanCutler:arrow-doc-pandas_udf-column_by_pos-2_3_1-SPARK-21427
Closed

[SPARK-24444][DOCS][PYTHON][BRANCH-2.3] Improve Pandas UDF docs to explain column assignment#21478
BryanCutler wants to merge 6 commits into
apache:branch-2.3from
BryanCutler:arrow-doc-pandas_udf-column_by_pos-2_3_1-SPARK-21427

Conversation

@BryanCutler

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Added sections to pandas_udf docs, in the grouped map section, to indicate columns are assigned by position. Backported to branch-2.3.

How was this patch tested?

NA

@HyukjinKwonHyukjinKwon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SparkQA

Copy link
Copy Markdown

Test build #91380 has finished for PR 21478 at commit 58e7927.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon

Copy link
Copy Markdown
Member

Merged to branch-2.3.

asfgit pushed a commit that referenced this pull request Jun 1, 2018
…plain column assignment
## What changes were proposed in this pull request?
Added sections to pandas_udf docs, in the grouped map section, to indicate columns are assigned by position. Backported to branch-2.3.
## How was this patch tested?
NA
Author: Bryan Cutler <cutlerb@gmail.com>
Closes#21478 from BryanCutler/arrow-doc-pandas_udf-column_by_pos-2_3_1-SPARK-21427.
@HyukjinKwon

Copy link
Copy Markdown
Member

cc @vanzin FYI.

@holdenkholdenk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BryanCutler

Copy link
Copy Markdown
MemberAuthor

Looks like it is in there now, thanks @HyukjinKwon and @holdenk !

@BryanCutler
BryanCutler deleted the arrow-doc-pandas_udf-column_by_pos-2_3_1-SPARK-21427 branch June 1, 2018 17:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@BryanCutler@SparkQA@HyukjinKwon@holdenk