Data UrchinData Urchin

Question 61 of 93 · Sampling

Help

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)`.