Ritchie Vink
Ritchie Vink
The name of the columns are opaque to us as they are generated at runtime in python. We should add a `schema` argument so that users can provide one.
This is not a `p-high` issue if OP hasn't come with a reproducable example. We cannot do anything atm. @acowlikeobject can you try come up with an example. We need...
The IPC readers are implemented upstream. Could you make this issue here? https://github.com/jorgecarleitao/arrow2
Ah.. Polars doesn't have that distinction no. So the `IPC` is the stream and the `.arrow` is the `feather` file as the IPC data + additional headers? Then we must...
I will close this as being stale.
I would accept a PR on this. If we can keep the non-regex fast path.
It seems to be a schema mismatch. Did you try ignoring errors or set all dtypes to utf8?
Sorry, a bit late. :sweat_smile: What was the reason to set `with_replacement=False`?
Thanks. I agree. I was thinking a bit about this `with_replacement`. If we sample from a distribution this is `True`. Throwing a die does not lead to that number we've...