With loc.body(), we can target the data cells in the table body. This is useful for applying custom styling with the tab_style() method. That method has a locations= argument and this class should be used there to perform the targeting.
Parameters
columns:SelectExpr=None
The columns to target. Can either be a single column name or a series of column names provided in a list.
rows:RowSelectExpr=None
The rows to target. Can either be a single row name or a series of row names provided in a list.