how to separate numeric and categorical variables in python

Solutions on MaxInterview for how to separate numeric and categorical variables in python by the best coders in the world

showing results for - "how to separate numeric and categorical variables in python"
Fabio
21 Mar 2017
1df.loc[:,df.dtypes==np.object]
2