lincc-frameworks / lincc-frameworks/nested-pandas
Use pandas Extension dtype and array test suite classes for nested
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 26
- Forks
- 8
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
In implementing tensor types, I discovered and used the pandas extension type/array test suites. Tensors now use this in their testing, and it would be good to also implement these for nested.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the pandas extension type/array test suite documentation and inspect how tensors now use those suites in this repository. Apply the same approach to nested types, then run the relevant test suite to confirm the nested implementations pass the pandas checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100