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

[jira] [Created] (BEAM-11711) set_index should accept Series and Index instances

Brian Hulette created BEAM-11711:
------------------------------------

             Summary: set_index should accept Series and Index instances
                 Key: BEAM-11711
                 URL: https://issues.apache.org/jira/browse/BEAM-11711
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py-core
            Reporter: Brian Hulette
            Assignee: Brian Hulette


Currently our implementation of set_index only supports columns labels, but the actual implementation also allows passing Index or Series instances.

{{df.set_index([df.index, df.foo, df['baz']])}}



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