You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataFrame.to_html has max rows and max cols to automatically trim the console or string output.
DataFrame.styler.render does not and with large DataFrames this can potentially crash the browser of a Jupyter Notebook, or maybe a console.
Personally, I use Styler occasionally to quickly avoid the reasonably small max values in the former and this I would want to keep, but some tolerable, larger limit should be imposed in my opinion.
The text was updated successfully, but these errors were encountered:
DataFrame.to_html
has max rows and max cols to automatically trim the console or string output.DataFrame.styler.render
does not and with large DataFrames this can potentially crash the browser of a Jupyter Notebook, or maybe a console.Personally, I use
Styler
occasionally to quickly avoid the reasonably small max values in the former and this I would want to keep, but some tolerable, larger limit should be imposed in my opinion.The text was updated successfully, but these errors were encountered: