find names in dataframe python code example Example: how to get column names having numeric value in pandas Click to copycols = df.select_dtypes([np.number]).columns