Project

Function to Bold Text in a Column

This solution implements a function called `boldText` that takes a text column as input and returns the same text enclosed in `<b>` tags. The `boldedColumn` function adds a new column called "BoldedText" to the previous step in the query, where

Empty image or helper icon

Function to Bold Text in a Column

Description

This solution implements a function called boldText that takes a text column as input and returns the same text enclosed in <b> tags. The boldedColumn function adds a new column called "BoldedText" to the previous step in the query, where each value in the "TextColumn" is passed through the boldText function.

Content