Stijn de Gooijer
Stijn de Gooijer
> > as well as getting this wrong by not supporting `pyenv-virtualenv` > > I'm using `pyenv-virtualenv` on macOS, I haven't encountered any issue. For reference (this is on WSL2):...
Let's step away from hypotheticals for a moment and consider a very common use case: calculating test coverage in a CI workflow. In this case: * I need an editable...
This was a breaking change that was introduced to fix a related bug. It's a bit unfortunate. On main you get the following error that is hopefully a bit more...
I've decided not to temporarily restore the old behavior - the next breaking release is out soon enough and I can better spend my time improving other things. Setting `strict=False`...
I'm pretty sure @alexander-beedie already has a design for this (see https://github.com/pola-rs/polars/pull/15808#issuecomment-2067944349). Not sure it will make it into 1.0.0 though.
@ritchie46 I covered the cases I could think of - any other cases we should reject? I will rewrite this to a "prepare plan" util as discussed later - when...
It's probably an unclosed backtick. I can take a look. There are some issues with the docstring formatting anyway that I can see won't render.
Thanks, this should indeed be fixed. This will be resolved as part of #14427
Agreed on the rename. I don't think the index should be part of the RLE method by default. It is not an essential part of the RLE definition. Though possibly...
@cmdlineluser I am tempted to also change the field order of the struct to `value`/`len`. That way it matches `value_counts`. What do you think? EDIT: Nevermind, it's probably not a...