Set value to an entire column of a pandas dataframe January 19, 2023 by Tarik You can use the assign function: df = df.assign(industry='yyy')