Closed lucascr91 closed 4 years ago
Isn't the "statistical summary of variables" just provided by pd.DataFrame.describe()
?
Of course, but this doesn't generate an output in TEX format, I guess. The point is that the current module don't accept anything other than a regression object as input, while in R the user do have this option
Of course, but this doesn't generate an output in TEX format, I guess
df.describe().to_latex()
Sorry, I wasn't aware of this method. Thank you for the answer.
No problem.
In R, one can use dataframes as input in the function stargazer, then the output can be a statistical summary of variables (summary=TRUE) or just the plain dataframe (summary=FALSE).
It looks like this current implementation of stargazer in python only accepts regressions models as input