[
https://issues.apache.org/jira/browse/BEAM-13966?focusedWorklogId=752245&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752245
]
ASF GitHub Bot logged work on BEAM-13966:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/22 13:19
Start Date: 04/Apr/22 13:19
Worklog Time Spent: 10m
Work Description: yeandy commented on code in PR #17043:
URL: https://github.com/apache/beam/pull/17043#discussion_r841728579
##########
sdks/python/apache_beam/dataframe/pandas_doctests_test.py:
##########
@@ -876,7 +869,7 @@ def test_top_level(self):
'merge_ordered(df1, df2, fill_method="ffill", left_by="group")'
],
# Expected error.
- 'pivot': ["df.pivot(index='foo', columns='bar', values='baz')"],
+ 'pivot': ["*"],
Review Comment:
Done!
##########
sdks/python/apache_beam/dataframe/pandas_doctests_test.py:
##########
@@ -366,9 +362,7 @@ def test_dataframe_tests(self):
# actually raise NotImplementedError
'pandas.core.frame.DataFrame.pivot_table': ['*'],
# Expected to raise a ValueError, but we raise NotImplementedError
- 'pandas.core.frame.DataFrame.pivot': [
- "df.pivot(index='foo', columns='bar', values='baz')"
- ],
Review Comment:
Done!
Issue Time Tracking
-------------------
Worklog Id: (was: 752245)
Time Spent: 4h 50m (was: 4h 40m)
> 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: 4h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)