dask-contrib / dask-awkward

Native Dask collection for awkward arrays, and the library to use it.
https://dask-awkward.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 19 forks source link

feat: Implement dak.nan_to_num #505

Closed martindurant closed 4 months ago

martindurant commented 4 months ago

Fixes #504

martindurant commented 4 months ago

We also seem to be missing nan_to_none, which could have been another way to solve the original issue. I don't know if we keep a list of API calls from upstream that should be implemented, but I am assuming this wasn't among the list when dak.* TODO functions were written out.