Context:
i am new in Pandas and I need a function that creates new columns based on existing columns. The new columns name will have the name from the original column plus new characters (example: create a "As NEW" column from "As" column). Can i access the old column header string to make the name of the new column?
Problem:
i have df['columnA'] and need to get "columnA" string