inspect-safety for DataFrame._constructor_expanddim by jbrockmendel · Pull Request #33628 · pandas-dev/pandas (original) (raw)

Ah, interesting, it's failing without jinja2, since df.style returns a Styler, which requires jinja2 to initialize.

I'm fine with just ignoring this for now, and essentially requiring jinaj2 for inspect.getmembers to work.