Skip to main content

Python package for amplifying operations on main Python data structures.

Project description

Project generated with PyScaffold

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_exp_calc-1.1.0.tar.gz (39.5 kB view hashes)

Uploaded Source

Built Distribution

py_exp_calc-1.1.0-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page