-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Feature request: easier digit format in to_latex() #26278
Comments
I think the first request here is reasonable and probably not a lot of effort. If you'd like to take a look and submit a PR would certainly be welcome Not sure about the second as AFAIK we don't provide row-wise styling elsewhere in the codebase, though I could be wrong with that |
agreed.
ignoring the second feature request, could make the api change simpler. change the current formatters parameter to accept list of strings or a callables (or maybe mixed?). no need for additional arguments. |
take |
Easier digit format
It is possible to change the digit format for the columns in a latex table like this
However it is really inconvenient to define everytime a new lambda function. It would be great if there would be the option:
Furthermore, changing the digits for one row is even more difficult. It would be great to have also the option
The text was updated successfully, but these errors were encountered: