-
hi. I try to run through the pySCENIC protocol: PBMC10k on my windows 10 .
when i run the SCENIC steps 1, error happened.
this is my code.
!pyscenic grn E:/python/pbmc10k_filtered_scenic.loom D:/sc…
-
For a while I've been thinking that Cubed and `dask.array` are potentially on a path of convergent evolution to a very similar design. After talking to @phofl at length at the NumFOCUS summit, I feel …
-
### Bug summary
When I specify result_storage for a flow, that executes tasks in parallel I get an error
```python
from prefect import flow, task, get_run_logger
from prefect.futures import wa…
-
During today's Dask monthly meeting, people mentioned exceedingly long graph construction times related to delayed objects. I see that you are using `from_delayed` [here](https://github.com/lincc-fram…
-
**Describe the solution you'd like**
I hope that `awswrangler.s3.to_parquet()` method has an argument similar to `name_function` of `dask.dataframe.to_parquet()` for the case of `dataset=True` and `p…
-
The following code:
```
path_1=basepath+'TNG50-4'
ds_1=load(path_1)
snap_33=ds_1[33]
mask=snap_33.data["Subhalo"]["SubhaloGrNr"]==0
masses=snap_33.data["Subhalo"]["SubhaloMass"][mask]
most_ma…
-
All routines should work lazily with Dask. This should be tested.
-
I'm currently training a binary classifier using a tiny sample of a dataset. The dataset is of size approx 50bn rows per day, and we persist the data for ~60 days, so in theory I could be training thi…
-
The latest release removed `.attrs`. This breaks backward compatibility and also Pandas still uses it, so I kindly ask if it can be reinstated.
To reproduce, the last assert should pass.
```python…
-
I have a Dask GeoDataFrame, from which I extracted the geometry and performed infill using Shapely. I used geometry.interiors to set an area threshold and fill the holes. After that, I created a new g…