how to split pandas dataframe based on column value code example Example: dataframe partition dataset based on column s = 30 df1 = df[df[0] >= s]