I am using Stargazer to combine the regression result tables and want to remove R-squared and adjusted R-squared rows. While there is omit.stat=c("f", "rsq")
in R, I am wondering if there is any similar method in Python codes? I have looked into some references like https://pypi.org/project/stargazer/ for a list of the methods/features but did not find any.
Thank you very much!