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 2021/03/18 15:23:00 UTC

[jira] [Created] (BEAM-12016) Implement add_suffix, add_prefix for DataFrame and Series

Brian Hulette created BEAM-12016:
------------------------------------

             Summary: Implement add_suffix, add_prefix for DataFrame and Series
                 Key: BEAM-12016
                 URL: https://issues.apache.org/jira/browse/BEAM-12016
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py-core
            Reporter: Brian Hulette


Add an implementation for [add_suffix|https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.add_suffix.html] and add_prefix that works for DeferredDataFrame and DeferredSeries, and is fully unit tested with some combination of pandas_doctests_test.py and frames_test.py. 

https://github.com/apache/beam/pull/14274 is an example of a typical PR that adds new operations. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)