Closed machow closed 2 months ago
Attention: Patch coverage is 76.92308%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 86.41%. Comparing base (
f403d46
) to head (25072af
). Report is 4 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
great_tables/_tbl_data.py | 81.81% | 4 Missing :warning: |
great_tables/_gt_data.py | 50.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Going to close, since I moved the logic into reactable-py
This PR adds two new DataFrame generic functions:
rows=
andcols=
.These functions were used in prototyping rendering GT as an interactive table in https://github.com/machow/reactable-py/blob/main/reactable/render_gt.py, but I suspect they'll be useful here.
(Alternatively, we could implement them in reactable-py, which also has a
_tbl_data.py
file?!)