column_formats={cs.numeric():'General'}
works, but what if one needs to also customize text color ? If I put
{column: {"font_color": "blue"} for column in df.columns}
it still puts the negative values in red... Combining the two only applies the last format (depending on order). Any way to apply both ?