问题 Here is a first 10 columns of my dataframe: import pandas as pd df = pd.DataFrame({ '0': [373.60], '1': [442.83], '2': [259.21], '3': [293.05], '4': [332.79], '5': [360.03], '6': [676.55], '7': [481.67], '8': [486.59], '9': [561.65], '10': [491.75]}) And so on, actually my df contains 100000 columns. Min is a 109.59, and max is a 1703.35. I want to slice df into specific ranges with length of 3.98, and then define a ragne that contain a maximum amount of values. I mean, the ranges must be