Open Issues Need Help
View All on GitHubA Collection of Helper Functions for the great-tables Package.
A Collection of Helper Functions for the great-tables Package.
A Collection of Helper Functions for the great-tables Package.
AI Summary: The task is to modify the `gt_two_column_layout` function within the `gt-extras` Python package to prevent oversized titles when used with a resized `GTCombinedLayout` table. This likely involves adjusting font sizes or other styling parameters within the function to ensure proper scaling and visual appeal.
A Collection of Helper Functions for the great-tables Package.
AI Summary: Implement a `save` option within the `gt_two_column_layout()` function in the `gt-extras` Python package. This will allow users to directly save the generated two-column table layout to a file, likely using a file path argument.
A Collection of Helper Functions for the great-tables Package.
AI Summary: The task is to write comprehensive unit tests for the `gt_two_column_layout()` function within the `gt_extras` Python package. The challenge lies in testing the function's two targets without relying on browser or notebook rendering, requiring creative testing strategies.
A Collection of Helper Functions for the great-tables Package.