attributes#
- pylibcudf.strings.attributes.code_points(Column source_strings) Column #
Creates a numeric column with code point values (integers) for each character of each string.
- Parameters:
- source_stringsColumn
Column of strings.
- Returns:
- Column
New column with code point integer values for each character