Skip to content
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

custom_format does not override float_format #247

Open
ajgringo619 opened this issue Jun 26, 2023 · 0 comments
Open

custom_format does not override float_format #247

ajgringo619 opened this issue Jun 26, 2023 · 0 comments

Comments

@ajgringo619
Copy link

Is your feature request related to a problem? Please describe.

Not sure this is the right tag for this issue, but here goes:
When using custom_format of a column that's already been formatted with float_format, the custom_format setting is ignored.

Describe the solution you'd like

When using custom_format on various float data, it works as intended. In my case, I would like to set a global format with float_format, then override a single column with custom_format

Describe alternatives you've considered

I've tried to loop over a dictionary that contains my various format settings, but I'm not well-versed in lambda functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant