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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
this was done eventually #3685
No branches or pull requests
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
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?
The text was updated successfully, but these errors were encountered: