Skip to content

int_format in display options #6502

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

Open
hayd opened this issue Feb 28, 2014 · 3 comments
Open

int_format in display options #6502

hayd opened this issue Feb 28, 2014 · 3 comments
Labels
Enhancement Output-Formatting __repr__ of pandas objects, to_string

Comments

@hayd
Copy link
Contributor

hayd commented Feb 28, 2014

http://stackoverflow.com/a/22088497/1240268

Maybe date would be useful too?

@jreback jreback added this to the 0.15.0 milestone Feb 28, 2014
@jreback jreback added the CSV label Feb 28, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 3, 2015
@dado0583
Copy link

Is this going to be added? It's been open a long time...

@jreback
Copy link
Contributor

jreback commented Aug 31, 2017

well community pull requests are welcome!

@datapythonista datapythonista modified the milestones: Contributions Welcome, Someday Jul 8, 2018
@simonjayhawkins
Copy link
Member

Maybe date would be useful too?

or any type? display options would get a bit cluttered.

compare with np.set_printoptions(formatter={'int': formatter, 'float': formatter})

maybe we should alias pd.options.display.float_format = formatter to something like

pd.options.display.format.float = formatter
pd.options.display.format.int = formatter
etc.

or

pd.options.display.formatter= {'int': formatter, 'float': formatter}

or both.

@mroeschke mroeschke removed the IO CSV read_csv, to_csv label Apr 11, 2021
@mroeschke mroeschke removed this from the Someday milestone Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

No branches or pull requests

6 participants