How do I find numeric columns in Pandas?
Let's say df is a pandas DataFrame. I would like to find all columns of numeric type. Something like: isNumeric = is_numeric(df)