naming columns in excel code example
Example 1: excel count columns with text
=COUNTIF(B4:B8,"*")
Example 2: select columns to include in new dataframe in python
new = old.filter(['A','B','D'], axis=1)
=COUNTIF(B4:B8,"*")
new = old.filter(['A','B','D'], axis=1)