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 details)
Built Distribution
File details
Details for the file descripstats-0.0.2.tar.gz
.
File metadata
- Download URL: descripstats-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96e24eae6c74e216c619fb7577d3eafb77089e20e83098e1df3e84e7312e1872 |
|
MD5 | 815d4120eac8b406aea8809a95663558 |
|
BLAKE2b-256 | fd14aa2eb593479a7b3f2d4e2c9a3f840aea9766b0b00124e46f7e3c0212c562 |
File details
Details for the file descripstats-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: descripstats-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f556464e688ecce0c8ea36749356fa554d9d6c0ef5d29bbdecda01706e8565 |
|
MD5 | 6e709dca9edbb10a540a739ecc6bd816 |
|
BLAKE2b-256 | b823caf93df3590d94940043dc7b69d4b6d9dcdfb7885313750c99babe05b69d |