aboutsummaryrefslogtreecommitdiff
path: root/sampling
diff options
context:
space:
mode:
Diffstat (limited to 'sampling')
-rw-r--r--sampling/sample.py4
1 files changed, 2 insertions, 2 deletions
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)