Concept Flow - Selecting multiple columns
Start with DataFrame
Specify list of columns
Use DataFrame[columns_list
Extract selected columns
New DataFrame with selected columns
We start with a DataFrame, specify which columns we want, then extract those columns to get a new DataFrame.