StatsReporting / stargazer

Python implementation of the R stargazer multiple regression model creation tool
Other
197 stars 48 forks source link

Realign custom column names in rendered html #4

Closed toobaz closed 4 years ago

toobaz commented 5 years ago

Currently, if one uses custom_columns() and then renders to html, the column titles are not aligned (this also happens in the example provided here if I replicate locally).

This PR adds the required additional cell (and makes the following two lines slightly clearer).