Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to mask data in control_chart #9

Open
slightlynybbled opened this issue May 2, 2022 · 0 comments
Open

Add ability to mask data in control_chart #9

slightlynybbled opened this issue May 2, 2022 · 0 comments

Comments

@slightlynybbled
Copy link
Owner

Perhaps use a parameter data_mask: Optional[pd.Series] = None and, if it is None, then create a mask of all 1. If data_mask is populated, then any items that are not to be considered in calculation of control chart limits will be set to np.nan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant