JustBard's Python Pandas Utilities
Project description
jblib-pandas
Author: Justin Bard
This module was written to minimize the need to write the pandas related functions I use often. These modules were stripped out of jblib to minimize the dependencies required to import jblib. I.E. Pandas
The source code can be viewed here: https://github.com/ANamelessDrake/jblib-pandas
More of my projects can be found here: http://justbard.com
INSTALL: python3 -m pip install jblibpandas
from jblibpandas import mean_deviation
DESCRIPTION:
This function takes a Pandas DataFrame column in and then returns a series of calculated mean deviations
FUNCTION:
mean_deviation(data, mean=None)
EXAMPLE:
data["MeanDeviation"] = pd.Series(mean_deviation(data['column']), index=data.index)
from jblibpandas import standard_deviation
DESCRIPTION:
This function takes a Pandas DataFrame column in and then returns the calculated standard deviation
FUNCTION:
standard_deviation(data, mean=None)
EXAMPLE:
standard_dev = standard_deviation(data['column'])
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 Distributions
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 jblibpandas-1.1.1-py3-none-any.whl.
File metadata
- Download URL: jblibpandas-1.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2268958db3d7c0598f010a156870aac49233377c7c9cf69c1161915b140e8f3
|
|
| MD5 |
1089437392ed22c55b306a8b9e1efeda
|
|
| BLAKE2b-256 |
f1e095275ef220ac28188d16ea9b196fae51dddad6d8df27e69fbfa169858fd4
|