JHM Darbyshire
JHM Darbyshire
@ivanovmg @rhshadrach you both had input to the underlying issue so I think your opinion on the output here is very welcome.
> I have concerns on merging this prior to 2.0 though. Can you share those. Im abivalent as towards 1.5.0 and 2.0, but here are some good reasons for 1.5.0....
isn't it just as easy to use `df1.merge(df2, on="a").set_index("a")`? Otherwise we risk introducing features that need to be maintained and tested with further developments when these method already exist? edit:...
@multimeric its fair to give a full response on this since you raise sensible points. The pandas API is large (too large). My general approach is to not add any...
Is this worth adding to the docs? Seems to be a worthwhile snippet
I agree with you. Although the docs suggest the following for bins: >int : Defines the number of equal-width bins in the range of x. The range of x is...
I think this concept is worth exploring. I think you might have trouble establishing a consensus view in individual cases (such as this) for what is the appropriate action. For...
Can I ask if this is a case of up/downcasting. Similar issues were observed in discussion here: #46282
do you know with this solution how to format your styles, e.g.: - `border: 2px solid red;` - `border-bottom: 2px solid red` + `border-top: 2px solid red;` etc.. - `border-bottom-color:...