-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DataFrame.to_latex() to have more flexibility #3196
Comments
@spencerlyon2 interested in integrating this? |
@jreback, I would like to, but am going to have limited hacking time in the coming months, so I don't think I should sign up for it. I'll post here if I do find the time to work on it a bit |
It seems that formatters can do a lot of stuff, like bold, italics, background color, etc for each cell. Is there an interest to implement this in the coming months? |
Closing due to age and ambiguity - feel free to open new issues for particular requests if you have any |
I would like to be able to automatically make certain rows bold. For example, bold the largest values in each column. Any thoughts on what the right abstraction is for this type of functionality? I'm inclined to think that the user can pass specific rows as well as a function specifying the formatting. (e.g. |
Seems like a latex backend to Styler is best here, but that’s a decent amount of work.
… On May 20, 2019, at 06:42, Gideon Dresdner ***@***.***> wrote:
I would like to be able to automatically make certain rows bold. For example, bold the largest values in each column.
Any thoughts on what the right abstraction is for this type of functionality? I'm inclined to think that the user can pass specific rows as well as a function specifying the formatting. (e.g. \bf{}). Then there can be specific options to automatically select on common criteria like max or min.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Can we reopen this as it is still of interest? @WillAyd |
@KaleabTessera if you have something specific you should like to see probably best opening a separate issue for it at this point |
The simple library
matrix2latex
has a lot of functionality packed into a single function. I think capturing some of those features in the currentDataFrame.to_latex()
method would maketo_latex()
much more useful.The flexibility I am talking about is being able to do these types of things:
\infty
The text was updated successfully, but these errors were encountered: