Skip to content

Make pandas Index opt-in #88

Closed
Closed
@MarcoGorelli

Description

@MarcoGorelli

The issue here is

The DataFrame spec does not include an Index. Many Pandas APIs (e.g., groupby, concat) operate on the index by default.

Make Index an “opt-in” feature of these APIs.

Summary of the consortium meeting minutes:

  • proposal is to have a default index which goes from 0 to len
  • it handles things different when you do something like concat or filter out rows
  • it will help other libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions