We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://stackoverflow.com/a/22088497/1240268
Maybe date would be useful too?
The text was updated successfully, but these errors were encountered:
Is this going to be added? It's been open a long time...
Sorry, something went wrong.
well community pull requests are welcome!
or any type? display options would get a bit cluttered.
compare with np.set_printoptions(formatter={'int': formatter, 'float': formatter})
np.set_printoptions(formatter={'int': formatter, 'float': formatter})
maybe we should alias pd.options.display.float_format = formatter to something like
pd.options.display.float_format = formatter
pd.options.display.format.float = formatter pd.options.display.format.int = formatter etc.
pd.options.display.format.float = formatter
pd.options.display.format.int = formatter
or
pd.options.display.formatter= {'int': formatter, 'float': formatter}
or both.
No branches or pull requests
http://stackoverflow.com/a/22088497/1240268
Maybe date would be useful too?
The text was updated successfully, but these errors were encountered: