Details
-
Improvement
-
Status: Open
-
P3
-
Resolution: Unresolved
-
None
-
None
Description
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']])
Attachments
Issue Links
- is part of
-
BEAM-9547 Implement all pandas operations (or raise WontImplementError)
- In Progress