Marc Garcia
Marc Garcia
Sorry @timhoffm nobody reviewed this. We don't have many people reviewing nowadays, and some PRs are never reviewed. Do you mind updating your branch and adding a release note? I'll...
At least to me the PDEP will be easier to read (and comment on) if you limit the line width, to 80 or similar. The idea sounds good, it'd be...
I think @jbrockmendel questions are very good and worth having explicit in the proposal. Personally I think `pd.NA` should be used for setting values in the boolean mask, everything else...
Sorry if I miss it, but is the plan to implement the nullable object backed by numpy arrays only? I don't think we have an object dtype based on Arrow...
The main use case I have for PyObject types (there can surely be others) is for loading data that can't be casted to other types. For example, loading from a...
> That's also an interesting idea. Designing a nullable object array from scratch instead of trying to match all the functionality of the current numpy object array! For context, I...
This can't be discussed until there is clarity about PDEP-10 and PDEP-15 in my opinion. And it's been like 3 years of PyArrow types being experimental anyway, so I think...
Ah, amazing, thanks a lot for the info!
I think the idea is to test for users who can't upgrade to numpy 2, which are expected to use the latest numpy 1 version. Probably better to add the...