Implement Index.to_pandas()
Open
enhancement
good first issue
help wanted
topic:series
- Dominant language
- Python
- Stars
- 693
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
Would be nice to have a method to pull an `Index` to pandas in line with `DataFrame.to_pandas()` and `Series.to_pandas()`.
Contributor guide
Research direction
Start by reading the Index API alongside the existing DataFrame.to_pandas() and Series.to_pandas() entry points. Check how those methods are tested, then add the corresponding Index behavior and verify that an Index can be converted to pandas consistently with the existing methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100