rapidsai / rapidsai/node

Support scalar concatenate for strings

Open
#336 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

module: cuDF
Dominant language
TypeScript
Stars
211
Forks
29
Avg merge
17h 30m
Merged PRs (30d)
1

Description

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 replace_slice could be used to implement such. If this is added, the hypergraph implementation can then be improved to use categoricals by default, to mitigate the risk of running in to global string column limits.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the libcudf replace_slice entry point mentioned in the issue and trace how string-column concatenation is exposed in this Node project. Inspect the hypergraph implementation to understand the downstream use case; done means supporting a scalar prefix with a string column and enabling that implementation to use it.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
api, data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.