Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary Stats in Python #104

Open
SimaFT opened this issue May 6, 2024 · 1 comment
Open

Summary Stats in Python #104

SimaFT opened this issue May 6, 2024 · 1 comment

Comments

@SimaFT
Copy link

SimaFT commented May 6, 2024

Hi! Can you please add to your wonderful package the possibility to pass summary stats (output of df.describe) to Stargazer? Right now, it can just take fitted regression output. If it is already possible to give summary stats to it, can you say how?
Thank you.

@toobaz
Copy link
Collaborator

toobaz commented May 6, 2024

Stargazer only accepts the result of fitted models, such as regressions, indeed.

What would your use case be? That is: what do you actually want to do with the output of df.describe()? It already has a to_latex() method, for instance... and since it is a DataFrame, it is trivial to e.g. add custom lines to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants