sparkbyexamples.com
Pandas - Add an Empty Column to a DataFrame
There are multiple ways to add a new empty/blank column (single or multiple columns) to a pandas DataFrame by using assign operator, assign(), insert()
Naveen Nelamali