Skip to main content

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
  • Measures of Association
    • Covariance
    • Correlation
  • Normal Distribution (Empirical Rule)
    • P68
    • P95
    • P97
  • Multicollinearity
    • VIF (Variance Inflation Factor)
  • Misc
    • Minimum
    • Maximum
    • Sum
    • Count
    • Missing

Output

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


Download files

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

Source Distribution

desc_stats-0.0.2.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

desc_stats-0.0.2-py3-none-any.whl (5.2 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