Let’s say df is a pandas DataFrame.
I would like to find all columns of numeric type.
Something like:

isNumeric = is_numeric(df)

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *