Let’s use the exibble dataset to create a simple, two-column gt table (keeping only the num and currency columns). We’ll format the num column with the fmt_number() function. Next we merge the currency and num columns into the currency column; this will contain a base value and an uncertainty and it’s all done using the cols_merge_uncert() function. After the merging process, the column label for the currency column is updated with cols_label() to better describe the content.