Sample with replacement
Sample 10 rows from `pets` with replacement (the same row can be picked more than once), using seed 123. Pass `True` as the third argument to `.sample(n, seed, with_replacement)`.
Sample 10 rows from `pets` with replacement (the same row can be picked more than once), using seed 123. Pass `True` as the third argument to `.sample(n, seed, with_replacement)`.