JHM Darbyshire

Results 67 issues of JHM Darbyshire

After a year of patching up things in #41649, and @jreback merge of #47864 I can finally propose this for review. # Objective - Maintain `DataFrame.to_latex` with its existing arguments,...

IO LaTeX
Styler

This is a tracker / explainer for the various issues: - (#21221) - (#25185) - (#30008) - (#34438) Essentially these issues record 3 things: ### Set_table_styles `Styler.set_table_styles` is **not** exported...

Bug
IO Excel
Master Tracker
Styler

### Issue with current documentation: There are two issues I think worth expanding the docs with. ### 1) Diagonalising vectors in tensors One can diagonalise a simple vector in variety...

04 - Documentation

I was interested in using this repository, but it seems to be no longer maintained and hasn't been touched in roughly 2 years. Is this correct? Also has anyone found...

This is the official Pdep and design objectives I have been unofficially publishing PRs towards. Some items like reimplementing `DataFrame.to_html` and `DataFrame.to_latex` to use `jinja2` suffer from ad-hoc and inconsistent...

IO Data
Visualization
Styler
Stale
PDEP

``` dates = [ dt(2000, 1, 3), dt(2001, 1, 3), dt(2002, 1, 3), dt(2003, 1, 3), dt(2004, 1, 3), dt(2005, 1, 3), dt(2006, 1, 3), dt(2007, 1, 3), dt(2008, 1,...

curves

``` curve = Curve( nodes={dt(2023, 3, 7): 1.0, dt(2033, 9, 7): 0.68}, calendar="ldn", convention="act365f", ) sensitivity_curve = curve.shift(Dual(0.0, ["z"], [])) ``` Sensitivity curve has **no** sensitivity.

curves
on hold