posit-dev / posit-dev/pointblank
Access to tabular report's underlying data
@rich-iannone is already working on this.
Since Apr 2, 2025.
- Dominant language
- Python
- Stars
- 490
- Forks
- 32
- Avg merge
- 14h 24m
- Merged PRs (30d)
- 2
Description
Prework
- Read and abide by the Pointblank code of conduct and contributing guidelines.
- Search for duplicates among the existing issues (both open and closed).
Proposal
Following up on: https://discord.com/channels/1345877328982446110/1346204814584844288/1357111866693779526
It would be nice to be able to hide or rename columns in the GT objects returned by e.g., .get_tabular_report, .get_step_report.
In my case, I tried to use .get_tabular_report().cols_hide("EVAL"), but since the columns are aliased, this doesn't work and it's difficult (impossible) to know what column names one would use. My initial thought is that a raw .schema attribute (or similar) would be provide the info needed to customize/rename/remove columns. But that's just spitballing.
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.
Assessment
This issue has not been assessed yet.