-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Outlier respect dtype, remove Clipping
I added support for `Outlier` to respect dtypes - series that contain integers won't be cast to float, but preserve the int dtype. I ended up removing the `Clipping` Error Type, because it introduces a dependency between error_pct and the error type that the library currently does not support. A bigger effort would be needed to properly support `Clipping`. I added one example of how to use `Outlier`.
- Loading branch information
1 parent
1ac1df9
commit 40f4f09
Showing
5 changed files
with
198 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.