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
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
descripstats-0.0.2.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for descripstats-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f556464e688ecce0c8ea36749356fa554d9d6c0ef5d29bbdecda01706e8565 |
|
MD5 | 6e709dca9edbb10a540a739ecc6bd816 |
|
BLAKE2b-256 | b823caf93df3590d94940043dc7b69d4b6d9dcdfb7885313750c99babe05b69d |