plotstandarddeviation


Nameplotstandarddeviation JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryCalculates all standard deviations from the mean within a dataset's range.
upload_time2024-07-13 15:05:22
maintainerNone
docs_urlNone
authorAlexander Levon Schulze
requires_pythonNone
licenseMIT
keywords standard_deviation calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Plot Standard Deviation is a library with currently one function:
To return all standard deviations from the mean within the range of the dataset.

This library contains one function:

getStandardDeviations(data)
This function takes a column of a pandas DataFrame and returns a list of all standard deviations from the mean within the dataset's range.

Note: If you want to plot lines using the given standard deviations, use a for loop to iterate over all the items in the function's returned list and use matplotlib.pyplot's axvline() for vertical or axline() for horizontal to plot the lines.

To import the module:
import plotStandardDeviation

Change Log
==========

0.0.1 (12/7/2024)
---------------------------
- First Release

0.0.2 (12/7/2024)
---------------------------
- Fixes an indentation error

0.03 (13/7/2024)
---------------------------
- Updates the README file to show how to import the module

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "plotstandarddeviation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "standard_deviation, calculator",
    "author": "Alexander Levon Schulze",
    "author_email": "alexanderlevonschulze@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/4b/77061ce2dbc2d73101ce61db1e4e5b6c4ba728e686f949bee74d5beb0b68/plotstandarddeviation-0.0.3.tar.gz",
    "platform": null,
    "description": "Plot Standard Deviation is a library with currently one function:\r\nTo return all standard deviations from the mean within the range of the dataset.\r\n\r\nThis library contains one function:\r\n\r\ngetStandardDeviations(data)\r\nThis function takes a column of a pandas DataFrame and returns a list of all standard deviations from the mean within the dataset's range.\r\n\r\nNote: If you want to plot lines using the given standard deviations, use a for loop to iterate over all the items in the function's returned list and use matplotlib.pyplot's axvline() for vertical or axline() for horizontal to plot the lines.\r\n\r\nTo import the module:\r\nimport plotStandardDeviation\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (12/7/2024)\r\n---------------------------\r\n- First Release\r\n\r\n0.0.2 (12/7/2024)\r\n---------------------------\r\n- Fixes an indentation error\r\n\r\n0.03 (13/7/2024)\r\n---------------------------\r\n- Updates the README file to show how to import the module\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Calculates all standard deviations from the mean within a dataset's range.",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "standard_deviation",
        " calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b94b77061ce2dbc2d73101ce61db1e4e5b6c4ba728e686f949bee74d5beb0b68",
                "md5": "1a955ec8c371af50f4761d1572a9a9fe",
                "sha256": "f178cfdc0c72f57e8047c2b058c0e0919d86a0175bc63ebb506de18e0aff1abd"
            },
            "downloads": -1,
            "filename": "plotstandarddeviation-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1a955ec8c371af50f4761d1572a9a9fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2847,
            "upload_time": "2024-07-13T15:05:22",
            "upload_time_iso_8601": "2024-07-13T15:05:22.162074Z",
            "url": "https://files.pythonhosted.org/packages/b9/4b/77061ce2dbc2d73101ce61db1e4e5b6c4ba728e686f949bee74d5beb0b68/plotstandarddeviation-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 15:05:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plotstandarddeviation"
}
        
Elapsed time: 4.66849s