Descriptive Statistics comprises of Measures of Central Tendency, Dispersion, Symmetry, Association, Normal Distribution, Misc.
Project description
Description
Descriptive Statistics is a wide range topic in the world of Statistics
Especially when we encounter with High-Volume data, It would be better to come up with summarized version of it.
Constraints:
- Features(Attributes/Columns): Needs to be of Integer/Float datatype.
Functionalities
- Measures of Central Tendency
- Mean
- Median
- Mode
- Measures of Dispersion
- Range
- Quartiles
- Q1
- Q2
- Q3
- Adjusted Q1
- Adjusted Q2
- Outliers
- Z-Score method
- IQR method
- Variance
- Standard Deviation
- Coefficient of Variation
- Measures of Symmetry
- Skew
- Left Skew
- Right Skew
- Symmetric
- Kurtosis
- Leptokurtic
- Mesokurtic
- Platykurtic
- Skew
- Measures of Association
- Covariance
- Correlation
- Normal Distribution (Empirical Rule)
- P68
- P95
- P97
- Multicollinearity
- VIF (Variance Inflation Factor)
- Misc
- Minimum
- Maximum
- Sum
- Count
- Missing
Output
How to import
pip install desc-stats
How to Use
from desc_stats import desc_stats
desc_stats(df, features) # list of features
desc_stats(df, feature1, feature2, ....) # Single feature
Contribute
pip install -e .[dev]
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file desc_stats-0.0.2.tar.gz.
File metadata
- Download URL: desc_stats-0.0.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae661d45bd0fbd8f648de91b6eaec4191ab1ea7a5fc8bcbcb31c10753a8937c
|
|
| MD5 |
4b334dbe880397450302515f60ae9064
|
|
| BLAKE2b-256 |
6b979c808610431d87a685d5595d1421e9ecdcdc2a4c81f4a1b345073d0be4d0
|
File details
Details for the file desc_stats-0.0.2-py3-none-any.whl.
File metadata
- Download URL: desc_stats-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c68cf906705be29a5c883a9a4c88b958207f255150ee0150570c1cfcbc98fa53
|
|
| MD5 |
086cb2f14ed3a9623931bf985de66104
|
|
| BLAKE2b-256 |
a47e6dcc5a80448c9caa8b5ac1c1c7808397c83298f72de6cd5a4e31022cf115
|