Open
Description
In some cases users like to use Array API functions (for example where
) on DataFrame objects (in particular Series). Is this something that we would like to support in the API? If not, how would we recommend users approach these kinds of problems.
For an example of this please see issue ( dask/distributed#5224 )