Max Ghenis

Results 181 comments of Max Ghenis

The GUI to add cell tags is in `View...Show right sidebar`

Is there a comparison between `cenpy` and `census` features? How actively are the two being developed?

Good point, I think it makes more sense to follow `pandas`'s lead and suppress printing if `out` is provided. For example, my workflow has been to first print the table...

@toobaz please let me know if you'd prefer output suppressed when providing `out`.

FWIW there's a SO question on this: https://stackoverflow.com/questions/60620142/using-stargazer-to-output-latex-code-from-linearmodels-model-fit Maybe until it's implemented (if ever), it could throw a specific error saying it's not implemented for `linearmodels`?

>why not just using the html output then? Doesn't look as nice ;)

+1, I've so far created functions to specify tables in similar ways. The first also seems most natural to me.

Agreed, your proposed solution sounds great. A utility to concatenate fields through the `for md in self.model_data:` structure could also reduce code duplication.

Yes, though if there's a way to document pypi releases on github that could work too I suppose (I didn't see release notes on the [page](https://pypi.org/project/stargazer/#history)). Most projects I've seen...

Looks like this is addressed in #13 and (or) #14. cc @csemken