Skip to main content

A descriptive statistics package

Project description

descripstats

This is a small package to help add more descriptive statistics to the default describe() of Pandas, which include:

  • mad: mean absolute deviation
  • variance: variance
  • sem: standard error of the mean
  • sum: sum
  • skewness: skewness
  • kurtosis: kurtosis

Developed by Shouke Wei from Deepsim Academy, Deepsim Intelligence Technology Inc. (c) 2022

Install the package

pip install descripstats

import the package

from descripstats import Describe

then use the Describe() directly. Or

import descripstats as ds

then use ds.Discribe()

Document

An example: https://github.com/shoukewei/descripstats/blob/main/docs/example.ipynb

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

descripstats-0.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

descripstats-0.0.2-py3-none-any.whl (3.4 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