diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
commit | f304d459c5278a135650296d2b1c407314d903fb (patch) | |
tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2021-08-25-audit-sampling.org | |
parent | 5c89edc7c3ef52910eeb0be9eafa1278f575ffe9 (diff) | |
download | cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.gz cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.bz2 cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.zip |
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2021-08-25-audit-sampling.org')
-rw-r--r-- | content/blog/2021-08-25-audit-sampling.org | 6 |
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 |