sassoftware / sassoftware/python-swat
CasTableGroupBy documentation is wrong
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 159
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
There's value_counts method in the documentation. https://sassoftware.github.io/python-swat/generated/swat.cas.table.CASTableGroupBy.value_counts.html#swat.cas.table.CASTableGroupBy.value_counts
There's no such method in the implementation. There's count() instead, which is not documented, though.
Contributor guide
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
Compare the linked CASTableGroupBy.value_counts documentation page with the CasTableGroupBy implementation, focusing on the documented value_counts method and the implemented count() method. Update the documentation so it reflects the available method, and confirm the generated API page no longer documents an absent method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100