np.split data conditionm spesifik

import numpy as np

np.split(df, *np.where(df['column'] == condition))
Anxious Axolotl