I want to do binning to all column in my dataframe and apply the range to dataframe, so i do code like this:
for col in df.columns: ser, bins = pd.qcut(df[col