Dataframe Colors
Changing the color and style of the dataframe within Mito.
Last updated
Changing the color and style of the dataframe within Mito.
Last updated
© Mito
Setting dataframe colors allows you to change the colors of the displayed dataframes headers and rows. Dataframe formatting is the easiest way to make your dataframes presentable to colleages, for example if you are copying them into an email or slide deck.
Click Format and then Set dataframe colors.
In the Color Dataframe taskpane that opens, select a Suggested Style to change the color of your dataframe.
You can also manually configure the Column Headers, Rows, or Dataframe Border by expanding these sections.
When you style your dataframe, Mito will generate code that styles this dataframe in your notebook. This code will look something like this:
To view your formatted dataframe in your notebook, simply display the forestfires_styler object. You can then copy this formatted dataframe anywhere you please.