[ 
https://issues.apache.org/jira/browse/BEAM-13966?focusedWorklogId=752253&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752253
 ]

ASF GitHub Bot logged work on BEAM-13966:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Apr/22 13:29
            Start Date: 04/Apr/22 13:29
    Worklog Time Spent: 10m 
      Work Description: yeandy commented on code in PR #17043:
URL: https://github.com/apache/beam/pull/17043#discussion_r841738307


##########
sdks/python/apache_beam/dataframe/frames.py:
##########
@@ -3655,6 +3656,109 @@ def shift(self, axis, freq, **kwargs):
   describe = _agg_method(pd.DataFrame, 'describe')
   max = _agg_method(pd.DataFrame, 'max')
   min = _agg_method(pd.DataFrame, 'min')
+
+  @frame_base.with_docs_from(pd.DataFrame)
+  @frame_base.args_to_kwargs(pd.DataFrame)
+  @frame_base.populate_defaults(pd.DataFrame)
+  def pivot(self, index=None, columns=None, values=None, **kwargs):

Review Comment:
   Done





Issue Time Tracking
-------------------

    Worklog Id:     (was: 752253)
    Time Spent: 5h 20m  (was: 5h 10m)

> Implement DataFrame.pivot() for DataFrame API
> ---------------------------------------------
>
>                 Key: BEAM-13966
>                 URL: https://issues.apache.org/jira/browse/BEAM-13966
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-dataframe, sdk-py-core
>            Reporter: Andy Ye
>            Assignee: Andy Ye
>            Priority: P3
>              Labels: dataframe-api
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to