JHM Darbyshire

Results 83 comments of JHM Darbyshire
trafficstars

the updates have been provided where merged prs have been linked. any issues not currnetly being worked on do not have links or merged prs.

As someone who has only recently started reading into this, it strikes me either that the information isn't there or that I'm particularly poor at parsing it. If I was...

It seems like the whole notebook is mishandled, not just `set_sticky`.

@tehunter this is a good PR, what do we need to finalise it?

Many of the features in Styler are relatively new. With improved documentation, I believe there is a reasonable chance that these kinds of requests will eventually come. `Styler.concat`, which is...

> ```python > my_styler = GenericTableStyler() > > my_styler.precision = 0 > my_styler.na_rep = 'MISSING' > my_styler.thousands = ',' > my_styler.formatter['Decision Tree'] = '{:.2f}' > # ... > ``` Do...

> Apologies @attack68 on not getting back to you here. > > > > I have concerns on merging this prior to 2.0 though. > > > > > >...

@mdengler Styler.to_latex can reproduce that image, (maybe not the dashed borders very easily). Take a look at the example on the docs page https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.io.formats.style.Styler.to_latex.html

@mroeschke I have revived and updated this for 2.0.