Please, help me to split my dataset into 5 bins with equal number of samples I use:
pd.qcut(df[i], q=5, precision = 0, duplicates = \'drop\')