Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add a column with fixed value pandas

df['Name'] = 'abc' # will add the new column and set all rows to that value
 
PREVIOUS NEXT
Tagged: #add #column #fixed #pandas
ADD COMMENT
Topic
Name
2+8 =