I\'m new to using pandas and am writing a script where I read in a dataframe and then do some computation on some of the columns.
Sometimes I will have the column called
You check it like this:
if 'Met' not in df: df['Met'] = df['freqC'] * df['coverage']