aboutsummaryrefslogtreecommitdiff
path: root/sampling
diff options
context:
space:
mode:
Diffstat (limited to 'sampling')
-rw-r--r--sampling/README.md (renamed from sampling/README.org)27
1 files changed, 13 insertions, 14 deletions
diff --git a/sampling/README.org b/sampling/README.md
index 6307ed1..005424a 100644
--- a/sampling/README.org
+++ b/sampling/README.md
@@ -1,12 +1,10 @@
-#+title: Sampling Tools
+# `sample.py`
-* =sample.py=
-
-#+begin_src sh
+``` bash
python ./sample.py
-#+end_src
+```
-#+begin_src text
+``` text
Dataframe size (rows, columns): (100, 9)
Sample size: 5
Sample:
@@ -18,15 +16,16 @@ Sample:
70 71 32BB9Ff4d939788 ... Wireless 6146
[5 rows x 9 columns]
-#+end_src
+```
-* =sample.html=
+# `sample.html`
-This is an interactive web page that allows users to submit their population
-size, sample size(s), and generate a psuedo-random sample list of numbers to use
-when sampling against their population.
+This is an interactive web page that allows users to submit their
+population size, sample size(s), and generate a psuedo-random sample
+list of numbers to use when sampling against their population.
-Samples can be re-generated and validated using the seed numbers provided during
-the original generation.
+Samples can be re-generated and validated using the seed numbers
+provided during the original generation.
-[[sample-html.png]]
+<span class="spurious-link"
+target="sample-html.png">*sample-html.png*</span>