Skip to main content

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.

Contains

YouTube video coming soon

Replace


Replaces an existing string or pattern with a new string or pattern.

Replace

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.

Split

YouTube video coming soon

Concatenate


Combines multiple columns into a single column. Often used to combine first and last names into a single column.

Concatenate

YouTube video coming soon