# Creating 'columnB' that has Uppercase versions of all of columnA's values df['columnB'] = df['columnA'].str.upper()