You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2022/01/19 23:54:00 UTC

[jira] [Comment Edited] (BEAM-13605) Support pandas 1.4.0 in the DataFrame API

    [ https://issues.apache.org/jira/browse/BEAM-13605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479022#comment-17479022 ] 

Brian Hulette edited comment on BEAM-13605 at 1/19/22, 11:53 PM:
-----------------------------------------------------------------

It looks like we'll also need to adjust our implementation of grouby.apply, because of https://pandas.pydata.org/docs/dev/whatsnew/v1.4.0.html#groupby-apply-consistent-transform-detection

This change breaks groupby.apply, and some of the operations that defer to it (e.g. drop_duplicates, nunique)


was (Author: bhulette):
It looks like we'll also need to adjust our implementation of grouby.apply, because of https://pandas.pydata.org/docs/dev/whatsnew/v1.4.0.html#groupby-apply-consistent-transform-detection

> Support pandas 1.4.0 in the DataFrame API
> -----------------------------------------
>
>                 Key: BEAM-13605
>                 URL: https://issues.apache.org/jira/browse/BEAM-13605
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-dataframe
>            Reporter: Brian Hulette
>            Assignee: Brian Hulette
>            Priority: P2
>
> 1.4.0rc1 is out now, we should verify it works with the DataFrame API, then increase the version range to allow it.



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