-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
Description
Prework
- Read and agree to the code of conduct and contributing guidelines.
- If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
Question
Many people miss a unified package in python to generate estimation tables for academic papers. It would be great to build on GT to have this (and indeed we used GT to generate beautiful HTML tables here) but the limitations in GT’s as_latex method currently make it impossible to implement standard regression or descriptive statistics tables (also for use in quarto documents or with overleaf). In particular the implementation of rowname_col and groupname_col in as_latex would be extremely valuable for this purpose. I kindly wanted to ask whether there are any plans for this?
SandyJackson