From 2f1bb3400c76edce98eaa11a9601b06d5d18fac2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 19 Oct 2024 11:51:19 -0500 Subject: missed a couple pylint fixes in comments --- sampling/sample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sampling/sample.py') diff --git a/sampling/sample.py b/sampling/sample.py index f8ea211..7f74285 100644 --- a/sampling/sample.py +++ b/sampling/sample.py @@ -30,5 +30,5 @@ print("Sample:\n", sample) # larger than the population, you will need to use the `replace=True` parameter. # # # Sample Size: 25 + 5 replacement samples -# sample_size = 30 -# sample = df.sample(30, replace=True) +# SAMPLE_SIZE = 30 +# sample = df.sample(SAMPLE_SIZE, replace=True) -- cgit v1.2.3-70-g09d2