Closed
Description
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
Labels
No labels