Crysda::StringCol
Inherits Crysda::DataCol / Struct / Value / Object
=========================================================================== String Column
Constructors
Create from raw data with interning
Create StringCol with string interning for categorical data
Instance methods
<(val : StringCol)
Source<=(val : StringCol)
Source>(val : StringCol)
Source>=(val : StringCol)
SourceCheck if this column is categorical (low cardinality)
Check if strings contain a pattern (string or regex)
Check if strings end with suffix
Extract first match of regex pattern, returns StringCol If regex has capture groups, returns the first capture group
has_nulls?
SourcePad string to specified width (left pad)
Pad string to specified width (right pad)
plus(val : DataCol)
SourceReplace pattern with replacement string
Replace regex pattern with replacement string
Check if strings start with prefix
values
Source