dsba-python1-alpha
Auto-checkers for the DSBA Python for Data Science course.
Inspired by Kaggle's learntools — same .check() / .hint() / .solution() API,
all datasets bundled inside the package (no internet required).
Install
pip install dsba-python1-alpha
Workshop 14 — scipy.stats
from dsba_checkers.workshops.w14_scipy import q1, q2, q3, q4, q5, q6, q7
# After writing your code:
q1.check(mean_charges, median_charges, skewness_charges, n_outliers)
# ✓ Correct!
# Stuck? Ask for a hint:
q1.hint()
# Give up? Show the solution (also shown automatically after 3 failed attempts):
q1.solution()
Available workshops
| Module | Topic |
|---|---|
dsba_checkers.workshops.w14_scipy |
scipy.stats: descriptive stats, correlation, t-tests, Bonferroni |
More workshops coming in future versions.
Release files for dsba-python1-alpha 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dsba_python1_alpha-0.1.2.tar.gz | 22.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dsba_python1_alpha-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 48.5 kB
Release files / dsba_python1_alpha-0.1.2.tar.gz
| Download URL | dsba_python1_alpha-0.1.2.tar.gz |
|---|---|
| Size | 22.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e44b841d87ff5898eaac9832865019ad9b6d71de8bdcf4df19a3a4162a53a39
|
|
BLAKE2b-256 checksum How to use checksums |
08f5b5751eda6f6494249ce1493c50bc9c8b2a8d7991bb02a0101d89654bd78d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.2
|
Release files / dsba_python1_alpha-0.1.2-py3-none-any.whl
| Download URL | dsba_python1_alpha-0.1.2-py3-none-any.whl |
|---|---|
| Size | 25.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a8fe094b1051c208aa7056aba6b65030f4ddde20981ca29478786097da0563b4
|
|
BLAKE2b-256 checksum How to use checksums |
199ef36c7fc00f6654f76edbe23d8cda9ba28ac13c25fa1db0d7891e324cd23d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.2
|