We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Could be as simple as as self.to_frame().to_latex(...). Or could move it to generic.py
self.to_frame().to_latex(...)
This will help clean up logic in NDFrame._ipython_display_.
NDFrame._ipython_display_