ImperialCollegeLondon / ImperialCollegeLondon/PyProBE
Return dataframes with regular column order
Open
Beginner friendly
frontend
- Dominant language
- Python
- Stars
- 56
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Current caching of columns as they are requested jumbles the order of the columns stored in the base dataframe. When calling `Result.data` the columns should be returned in alphabetical order so the same column order is returned every time.
Contributor guide
Research direction
Find the Result.data entry point and inspect how requested columns are cached and assembled into the base dataframe. Verify the current behavior with a focused reproduction, then confirm that repeated calls to Result.data return columns in alphabetical order every time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100