-
Somehow just starting a local dask client via
```python
from dask.distributed import Client
client = Client()
```
interferes with pyspark, seems like just in the USGS and NWM fetching. Probabl…
-
**Describe the issue**:
Hi, my team uses **dask** to combine features (reindex and forward fill) with respect to unique timestamps and then run a linear regression. We load feature data through…
-
The Python user interface will take advantage of horizontal (CPU) scaling options provided by xarray. Specifically, when a user supplies the `chunks` argument when loading data in xarray, the xarray.D…
-
**Describe the issue**:
- Using `dask[distributed]==2022.2.0`, this same code runs in 23 seconds for a `0.8 GB` DataFrame.
- Using `dask[distributed]==2024.8.0`, this same code **times out** for…
-
@Karen-A-Garcia and I are operationalizing ESMValTool and running a few recipes sequentially. Although our dask expertise are quite limited, we've got a problem that [this recipe](https://github.com/m…
-
**Describe the issue**:
I am running into an issue with deploying dask using LocalCUDACluster() on an HPC. I am trying to do RandomForest, and the amount of data I am inputting exits the limit of a si…
-
When trying to use the `ghcr.io/dask/dask-notebook:dev-py3.12` container with Coiled Notebooks it fails to start up. Am I doing something wrong? Do we need to fix something in the Dask container image…
-
I have been searching for an actor framework in Python with good asyncio integration and appear to have found it!! However, running the examples from [the docs on using actors with async/await](https:…
-
https://duckdb.org/2024/11/14/optimizers.html#filter-pull-up--filter-pushdown has a nice description of filter pull up, an optimization in DuckDB that I'd like to implement in dask-expr as a learning …
-
Hi, Thank you for your hard work.
I am evaluating 2d zetas(twisted with harmonic polynomials): the lemniscate.
just sum over x,y for (x^4 - 6. * x^2 * y^2 + y^4)/(x^2+y^2)^4
I can do this in nu…