[
https://issues.apache.org/jira/browse/BEAM-9547?focusedWorklogId=598798&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-598798
]
ASF GitHub Bot logged work on BEAM-9547:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/21 19:31
Start Date: 18/May/21 19:31
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on pull request #14786:
URL: https://github.com/apache/beam/pull/14786#issuecomment-843480570
> can you please add a unit test to verify the groupby bug you are fixing?
Thanks, good idea. Testing the apply bug directly uncovered another edge
case that wasn't being handled. Pushed two commits:
- bc898ec adds new test case for column order bug
- 332045b adds new test case and fix for an issue with determining when to
include grouped columns in the output index
I also rebased to resolve merge conflicts.
@rohdesamuel would you mind taking another look at the two new commits since
it includes a functionality change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 598798)
Time Spent: 82.5h (was: 82h 20m)
> Implement all pandas operations (or raise WontImplementError)
> -------------------------------------------------------------
>
> Key: BEAM-9547
> URL: https://issues.apache.org/jira/browse/BEAM-9547
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Brian Hulette
> Assignee: Robert Bradshaw
> Priority: P2
> Labels: dataframe-api
> Time Spent: 82.5h
> Remaining Estimate: 0h
>
> We should have an implementation for every DataFrame, Series, and GroupBy
> method. Everything that's not possible to implement should get a default
> implementation that raises WontImplementError
> SeeĀ https://github.com/apache/beam/pull/10757#discussion_r389132292
> Progress at the individual operation level is tracked in a
> [spreadsheet|https://docs.google.com/spreadsheets/d/1hHAaJ0n0k2tw465ORs5tfdy4Lg0DnGWIQ53cLjAhel0/edit],
> consider requesting edit access if you'd like to help out.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)