aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2021-08-25-audit-sampling.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2021-08-25-audit-sampling.org')
-rw-r--r--content/blog/2021-08-25-audit-sampling.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2021-08-25-audit-sampling.org b/content/blog/2021-08-25-audit-sampling.org
index 5450df7..e7080b4 100644
--- a/content/blog/2021-08-25-audit-sampling.org
+++ b/content/blog/2021-08-25-audit-sampling.org
@@ -1,6 +1,6 @@
#+date: <2021-08-25 Wed 00:00:00>
-#+title: Audit Sampling Procedures Using Python and Pandas Libraries
-#+description: Presentation of methods for implementing audit sampling techniques including simple random, stratified, and systematic sampling using Python’s Pandas library for precise audit outcomes.
+#+title: Audit Sampling Made Easy: Using Pandas for Random and Stratified Samples
+#+description: Presentation of methods for implementing audit sampling techniques including simple random, stratified, and systematic sampling using Python's Pandas library for precise audit outcomes.
#+slug: audit-sampling
#+filetags: :python:pandas:audit-sampling:
@@ -16,7 +16,7 @@ represent the population.
However, sampling data within the world of audit still seems to confuse
quite a lot of people. While some audit-focused tools have introduced
-sampling functionality (e.g. Wdesk), many audit departments and firms
+sampling functionality (e.g. Wdesk), many audit departments and firms
cannot use software like this due to certain constraints, such as the
team's budget or knowledge. Here is where this article comes in: we're
going to use [[https://www.python.org][Python]], a free and open-source