Data Analysis Tools
Project description
ARGALI
Argali is a data analytics framework that provides high level access to a wide range of statistics and visualisations. This package can be used to develop an understanding of variables and data sets. Argali can also be used to create summaries of variables that can provide consistent overviews for analytical process'.
The package provides a single command univariate descriptive summary that captures core information about dispersion and central tendency. This summary includes detailed interpretations of the statistics and comparisons between statistics to strengthen user confidence in and understanding of the analysis and its potential impact on decision making.
This means that is it possible for users to review an automatically generated report that covers statistical analysis in a topical fashion, identify the most relevant analytical information and easily incorporate these statistics into further analysis, reports and dashboards.
Descriptive Statistics
Descriptive statistics provide insight around dispersion and central tendency.
Univariate
The univatiate descriptive statistics class provides easy access to a wide range of variables that are easily accessible via a set of intuitively named functions.
The summary function provides key details relating to the variable and provides a four plots that exposure the structure and distribution of the data.
Usage:
from argali import descriptive_statistics
x = [1, 2, 3, 4, 3, 4, 5, 6, 7, 6, 7, 8, 7, 8, 8, 6, 5, 44, 3, 4, 5, 6, 7, 8, 9, 33, 22, 11, -1]
x_summary = descriptive_statistics.Univariate(data=x)
x_summary.descriptive_summary()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file argali-0.1.8.tar.gz
.
File metadata
- Download URL: argali-0.1.8.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 341e901fbd43fc08b477e40dba7585233f0b06b4dcd15098a4ade6a8eb12e2cb |
|
MD5 | 26283c2590826897ba533c6e07527ca2 |
|
BLAKE2b-256 | 970fd3fa10ec2a5ce012c903206e5d37ff1144f20434b5c3662a964ebcd7f5f5 |
File details
Details for the file argali-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: argali-0.1.8-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d180416763cb5955810eb64df7c78c46d3b7efd0ea523626364bc6ed6ccb160a |
|
MD5 | c019e0fa4e83f7611e9563195ec8cea9 |
|
BLAKE2b-256 | 1651b47fa46225405466c400c1c0e702eb05e287ce2352bfdc4fd5b9d14331f1 |