Doug Davis

Results 61 comments of Doug Davis

Looks like support for steering `Series.explode` from an extension array was only recently added to pandas! https://github.com/pandas-dev/pandas/pull/53602 Even then it looks like it's not extensively documented and was only added...

An update here: opened https://github.com/pandas-dev/pandas/pull/54834 which has potential to go into pandas 2.2.0

I think it makes sense, based on previous conversations I think we want to make it as easy as possible to use awkward as a compute engine on pyarrow types

Hi! I have these version installed: ``` awkward 2.3.2 awkward_pandas 2023.8.0 numpy 1.23.5 pandas 1.5.2 ``` And I'm unable to reproduce the error you're seeing (the example in docs is...

Great thanks for pointing those out :+1:

One PR in but leaving this open until we cover more of the surface area

> If others think this might make sense, I’d be happy to discuss further and work through a design document and reference implementation. I'd definitely be interested in seeing a...

"Richard (Rick) Zamora" ***@***.***> writes: >>I'd definitely be interested in seeing a reference implementation > > I shared something very rough here: https://github.com/dask/dask/pull/9076 > > That PR doesn't quite present...

This problem stems from the new dask.dataframe backend that is based on dask-expr; dask-histogram isn't compatible at this time. More info here: https://github.com/dask-contrib/dask-histogram/pull/130 The code will work with the Dask...

Can you share more details? Did you export the environment variable or use the dask.config API?