py_exp_calc
Python package for amplifying operations on main Python data structures.
First, this package can enhance operations on various data structures such as lists, numpy arrays, and dictionaries. It allows not only an increase in the available operations within these data structures but also conversion between them. Some of the main operations are:
Lists: Flattening, ensuring unique elements (uniq), adding tags to list elements and performing set operations such as intersection, union, and difference between lists.
Dictionaries: Enhanced operations for nested dictionaries, such as the dig method from Ruby, addition and removal of key-value pairs and expanding dictionaries by adding values in list format.
Numpy arrays: Matrix normalization and filtering.
Secondly, advanced data analysis operations have been added to the toolkit, including statistical analysis and clustering. To facilitate these operations, two command-line interfaces (CLIs) have been designed:
clusterize: Applies hierarchical clustering to a given matrix.
inference_analyzer: Executes inference analysis on a set of n observations divided into m categories.
Release files for py-exp-calc 1.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py_exp_calc-1.2.1.tar.gz | 46.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_exp_calc-1.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 72.4 kB
Release files / py_exp_calc-1.2.1.tar.gz
| Download URL | py_exp_calc-1.2.1.tar.gz |
|---|---|
| Size | 46.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a311762d6ad4194118f6c62257c27700127e7aea33fc14b182e82ff0baa4094
|
|
BLAKE2b-256 checksum How to use checksums |
52a5b5577285e4ff313bd653006930c945574e8576dddc8a94a37c6c4313d20c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.0
|
Release files / py_exp_calc-1.2.1-py3-none-any.whl
| Download URL | py_exp_calc-1.2.1-py3-none-any.whl |
|---|---|
| Size | 25.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
817560465506a17572141dd8a7283889f0034bb6066ce2e0a36cd590ac03d873
|
|
BLAKE2b-256 checksum How to use checksums |
4b3814e07116a6c468361b5f91c2389731bdec4a35fb5208bffd3b7a60627043
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.0
|