Functions for Data Processing
Project description
Data Funcs
Functions for Data Processing
Functions
.mean(data) - Returns the mean of a list
.grt(data, value) - Returns the mean of a list for values greater than specified
.grtEqual(data, value) - Returns the mean of a list for values greater than or equal to specified
.less(data, value) - Returns the mean of a list for values less than specified
.lessEqual(data, value) - Returns the mean of a list for values less than or equal to specified
.notEqual(data, value) - Returns the mean of a list for values not equal to specified
.outlier(data, low, high) - Removes the outliers from a list
.imputate(data, low, high) - Replaces outliers in a list with the mean of the filtered list.
.median(data) - Returns the median of a list
.mode(data) - Returns the mode of a list
.freq(data, value) - Returns the Amount of times that a value occurs in the list data
.Range(data) - Returns the range of the list
.replace(data, old, new) - Replaces every old value in the list with the new value
.gen(length, low, high, type) - Generates a list of random values of the type specified that is length long - Ignore the low and high values if you are not generating a list of integers
.all(data) - Returns everything the script knows about a list
.Help() - Prints a list of the above functions and their explanations
Created by Liam Leonard & Fraser Woodward
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
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 datafuncs-0.2.tar.gz.
File metadata
- Download URL: datafuncs-0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da0e952afe31e345eacd9d9e4b36b0b98e74f284ce542fccb5262bd5d98e6c9e
|
|
| MD5 |
c08aaecdc11baae469426978bbab79ec
|
|
| BLAKE2b-256 |
e74f658311702d1152e6e4d68de388f850a7b4106978df7cec60c536e2f7182d
|
File details
Details for the file datafuncs-0.2-py3-none-any.whl.
File metadata
- Download URL: datafuncs-0.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c36a8c348b7d433953b02ce3f6ec6c20b29f4a5564af0336bb36922b28e2255d
|
|
| MD5 |
a2045b35c4fa320887c20e0dbb87aa1e
|
|
| BLAKE2b-256 |
1694fa8d3ffabeefb01889695074f16ebc01e20813cb3ee304b673f3d0df2198
|