You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thatreplace_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.The text was updated successfully, but these errors were encountered: