node icon indicating copy to clipboard operation
node copied to clipboard

GPU-accelerated data science and visualization in node

Results 49 node issues
Sort by recently updated
recently updated
newest added

Demo is in working condition (can drag/drop datasets and generate graph viz) with a switch to start forceatlas2 rendering. pendng is get/post pagify plugin for downloading queried datasets(currently sending via...

# Docker Error I am unable to troubleshoot this issue can you let me know what information could be helpful to help me ??? ## docker: Error response from daemon:...

HI there, thanks for the amazing work! We are very interested to use the webgl package, we are on headless-gl for now, but it does not work with gpu. Do...

Currently two string columns can be "horizontally" concatenated (i.e. element-wise). There is not a libcudf `concatenate` that takes a single scalar prefix and a string column. However it seems that...

module: cuDF

I am using Ubuntu 20.04 LTS I had some trouble when installing the yarn dependencies I get a missing `libgdal-dev` dependency I used ``` yarn dev:install-cpp-dependencies ``` Error message I...

Trying to build the project using `yarn docker:build:devel` and getting the following error: ` => ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-main-amd64 internal] load metadata for docker.io/rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2 6.7s => ERROR [rapidsai/node:latest-devel-node16.6.2-cudagl11.2.2-ubuntu20.04-base-amd64 internal] load metadata for...

`CUDF` currently uses an old way to export `.cpp` types which involves creating and exporting interfaces. For example... ```ts export interface Table {... ``` ```ts export const Table: TableConstructor =...

Users should be able to do multiple aggregations on a `GroupBy`: ``` typescript const df = DataFrame({ a: Series.new([0, 0]), b: Series.new([0, 100]), c: Series.new([0, 100]), }); df.groupBy({by: "a"}).aggregate({ min:...

Hi @trxcllnt & team! Curious if any pointers on this. Ultimately, we're trying to setup a basic ~LRU over Python-managed dask-cudf objects (raw ddf or published) and have node do...

We need a module for interfacing with [UCX](https://github.com/openucx/ucx) in node. We can take inspiration from [ucx-py](https://github.com/rapidsai/ucx-py/). Proposed module name/install command: ```bash npm install @nvidia/ucx ```