ds-proj-cc
DS Profiler
A lightweight Python toolkit for dataset profiling, statistical summaries, missing-value detection, duplicate detection, and numerical anomaly detection.
Install
pip install ds-proj-cc
Usage
from ds_proj_cc import profile, summarize, detect_anomalies
data = [
{"name": "Alice", "age": 21, "score": 85},
{"name": "Bob", "age": 22, "score": 91},
{"name": "Charlie", "age": None, "score": 78},
]
print(profile(data))
print(summarize(data))
print(detect_anomalies(data))
Author
Chirantan Chakraborty
Release files for ds-proj-cc 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ds_proj_cc-0.1.3.tar.gz | 6.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ds_proj_cc-0.1.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 10.6 kB
Release files / ds_proj_cc-0.1.3.tar.gz
| Download URL | ds_proj_cc-0.1.3.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7f49997127978060b95e9bf42bfd3194f301102896b4fa775099b2ca32875e58
|
|
BLAKE2b-256 checksum How to use checksums |
91bed35311062e08e9dce96ae80bffe321db03287d6365b91d842bf3e7e679bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / ds_proj_cc-0.1.3-py2.py3-none-any.whl
| Download URL | ds_proj_cc-0.1.3-py2.py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
78284b5f8e82f5961863661a3cce34867eb31610a128915458ddd4fb50cf01e1
|
|
BLAKE2b-256 checksum How to use checksums |
4aac8226ed6341e8f1e4dad8ae443f4666f6a40d1a0daaef27464b80a29a3edf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|