i'm pretty sure there is a way to do this in Python, but i couldn't find a way. Thanks for the help.
- Customer.Name (Variable.Property)
Want to use the property's name directly in code, rather than hard-coded it.
colName = Customer.Name.*toString()*
dataframe.drop(colName, 1)