JHM Darbyshire

Results 83 comments of JHM Darbyshire
trafficstars

> Sure, but passing the notebook a table with millions of rows will just make it crash, whether or not you scroll. We can discuss the optimal numer of rows...

OK seems well supported, adding this to the list of things needed.

In #45382 I'm proposing changing the signature of `DataFrame.to_latex` to: `DataFrame.to_latex(hide, format, format_index, render_kwargs)` and this will perform the following: `DataFrame.style.hide(**hide).format(**format).format_index(**format_index).to_latex(**render_kwargs)` This has the advantage of: - converting the method...