Return at most ``n`` rows from ``df`` using stratification if possible.
(
df: pd.DataFrame,
n: int = 200,
*,
random_state: int = 42,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected