toy_orders# skrub.datasets.toy_orders(split='train')[source]# Create a toy dataframe and corresponding targets for examples. Parameters: splitstr, default=”train”The split to load. Can be either “train”, “test”, or “all”. Returns: bunchA dictionary-like object with the keys ‘X’, ‘y’ and ‘orders’.