By default pandas adds a bunch of (auto-generated) css classes to the html representation of a DataFrame. It's also possible to attach custom css classes to the DataFrame, however only for the entire frame. I would like to gain some finer control over the styling of columns/cells. Due to some constraints the manipulation via attributes is not a feasible option (showcased in the docs).
Is it possible to add custom css classes to certain columns?