SyntaxFix
Write A Post
Hire A Developer
Questions
You can access the data-type of a column with dtype:
dtype
for y in agg.columns: if(agg[y].dtype == np.float64 or agg[y].dtype == np.int64): treat_numeric(agg[y]) else: treat_str(agg[y])