-
### What happened?
I am writing a snippet of code that reads netCDF files and convert them to a dask dataframe with the method `read_nc_to_df()`.
When opening multiple netCDF files with `open_da…
-
## Description
When trying to train a DaskLGBMClassifier using `dask-databricks`, I seem to run into the error `FutureCancelledError: operator.itemgetter(1)-aedec8478dd062943dfc5db591c68b4c cancelled…
-
### 1. **스파크 사이드 프로젝트**
| 프로젝트 제목 | 설명 | 원천 데이터 링크 …
-
In https://github.com/panel-extensions/panel-graphic-walker/pull/22 I will add more support for more data sources to `panel-graphic-walker`. I add general DataFrame support via [Narwhals](https://gith…
-
see :
* https://dask.discourse.group/t/xarray-operations-e-g-preprocess-running-locally-post-open-mfdataset-instead-of-on-dask-distributed-cluster/3622
* https://github.com/dask/distributed/discussi…
-
```
#run code
import omicverse as ov
import scanpy as sc
import matplotlib.pyplot as plt
ov.utils.ov_plot_set()
adata = ov.read('VIA-test-P.h5ad')
adata
```
```
AnnData object with n_obs × n…
-
Hello guys!
I am running some codes on a jupiter notebook remote server. As I can´t install graphviz, I am trying to use ipycytoscape to renderize the visualize results.
If I run a example code, i…
-
#41 adds the `AtmosphericForcing` class.
We have to do more performance testing and memory profiling on different machines and clusters, in order to make recommendations to the user for what kind …
-
I think it would be neat to be able to load the result of a stacrs query as a lazy xarray.DataSet via rioxarray. The new[ GDAL Raster Tile Index (GTI)](https://gdal.org/en/latest/drivers/raster/gti.ht…
-
I'm attempting to run a similar example shown in the [xarray flox demo](https://xarray.dev/blog/flox).
Everything appears to compute lazily, but fails when I try to pull the entire array down. Cert…