We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Merging Columns

Sometimes you'll want to combine two columns into one – for example, merging a City column and a State column into a single field like Austin, TX.

Let's create a new column that represents a nicely formatted os/device string, like "windows on desktop".

Assignment

    Notice that your original os and device_type columns are still there! Merging simply creates a new column, so it's non-destructive.

Save the project and, from the course directory, submit the CLI tests.