Any Python Library Produces Publication Style Regression Tables
19:42 09 May 2014

I've been using Python for regression analysis. After getting the regression results, I need to summarize all the results into one single table and convert them to LaTex (for publication). Is there any package that does this in Python? Something like estout in Stata that gives the following table:

enter image description here

python latex regression stata statsmodels