You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest pandas version 1.4.2 there exists an option to enable bold rows but there isn't a similar option to do the same for the columns. It is something some users on SO were asking for and it seems very logical.
The example from the official documentation with bold_rows=True and bold_column_headers=True should lead to the following example.
@jreback I have docs and and WIP PR for DataFrame.to_latex ready for this but it relies on #45288, which is in-limbo. Would appreciate your second look that one, and either we close or find some agreement forward, then I can resolve other PRs.
In the latest pandas version 1.4.2 there exists an option to enable bold rows but there isn't a similar option to do the same for the columns. It is something some users on SO were asking for and it seems very logical.
The example from the official documentation with
bold_rows=True
andbold_column_headers=True
should lead to the following example.The text was updated successfully, but these errors were encountered: