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

table column formatting is not saved in notebook #1857

Closed
scottdraves opened this issue Jun 28, 2015 · 2 comments
Closed

table column formatting is not saved in notebook #1857

scottdraves opened this issue Jun 28, 2015 · 2 comments

Comments

@scottdraves
Copy link
Contributor

hence cannot be saved or shared.

also, need API control over the table options settings.
at worst you could have a function to add this information where it is being returned

# python computes regular dataframe df, then as last line of cell:
beaker.columnFormat(df, {'col name': 'format xyz', ...})

or perhaps store the formatting dict in the data frame, could we subclass?

is there a way to store the formatting so it survives evaluation?

@scottdraves
Copy link
Contributor Author

in pandas looks like you can set precision and date formatting for the whole dataframe, not per column.
but we could import and preserve: http://pandas.pydata.org/pandas-docs/stable/options.html

@scottdraves
Copy link
Contributor Author

this was done eventually
#3685

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