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/10/01 21:28:00 UTC

[jira] [Updated] (BEAM-12561) Implement truncate for DataFrame and Series

     [ https://issues.apache.org/jira/browse/BEAM-12561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Hulette updated BEAM-12561:
---------------------------------
    Description: 
Add an implementation of [truncate|https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.truncate.html] for DeferredDataFrame, and DeferredSeries. It should be 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. See https://lists.apache.org/thread.html/r8ffe96d756054610dfdb4e849ffc6a741e826d15ba7e5bdeee1b4266%40%3Cdev.beam.apache.org%3E for background on the DataFrame API.

  was:
Add an implementation of [truncate|https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.truncate.html] for DeferredDataFrame, and DeferredSeries. It should be fully unit tested with some combination of pandas_doctests_test.py and frames_test.py.

Add an implementation of idxmin and idxmax for DeferredDataFrame, DeferredSeries, and DeferredGroupBy, and is fully unit tested with some combination of pandas_doctests_test.py and frames_test.py.


> Implement truncate for DataFrame and Series
> -------------------------------------------
>
>                 Key: BEAM-12561
>                 URL: https://issues.apache.org/jira/browse/BEAM-12561
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-dataframe
>            Reporter: Brian Hulette
>            Priority: P3
>
> Add an implementation of [truncate|https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.truncate.html] for DeferredDataFrame, and DeferredSeries. It should be 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. See https://lists.apache.org/thread.html/r8ffe96d756054610dfdb4e849ffc6a741e826d15ba7e5bdeee1b4266%40%3Cdev.beam.apache.org%3E for background on the DataFrame API.



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