Last updated:
0 purchases
plotstandarddeviation 0.0.3
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.