Dash_table - Number format and conditional formatting

Hi,

I am using dash_table and I am trying to do the below:

  1. format numbers as ###,### (I.e. comma between thousands).
  2. use style_cell_conditional to style negative numbers as red in all cells of a table.

Can anyone help with these simple questions?

thanks,
Cameron

Comma between thousands: Number Formatting | Dash for Python Documentation | Plotly
Negative style: Conditional Formatting | Dash for Python Documentation | Plotly