Text Processing
Process, clean, and analyze text data.
Contains
Checks if a string contains a given word or pattern. By default, this filters the dataset, but a new column can be added instead of filtering.
YouTube video coming soon
Replace
Replaces an existing string or pattern with a new string or pattern.
YouTube video coming soon
Split
Splits a string on a given character or patter. Often used to separate a list on commas into different columns.
YouTube video coming soon
Concatenate
Combines multiple columns into a single column. Often used to combine first and last names into a single column.
YouTube video coming soon