-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: replace other values than NaN with imputer #707
feat: replace other values than NaN with imputer #707
Conversation
…extra superclass `ImputerStrategy`
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #707 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 67 66 -1
Lines 4785 4811 +26
=========================================
+ Hits 4785 4811 +26 ☔ View full report in Codecov by Sentry. |
e2e1cb0
to
00ee018
Compare
00ee018
to
ace83be
Compare
## [0.23.0](v0.22.1...v0.23.0) (2024-05-04) ### Features * add `Column.to_table` ([#705](#705)) ([36e4a7a](36e4a7a)), closes [#695](#695) * added Column.summarize_statistics() ([#715](#715)) ([71730a9](71730a9)), closes [#701](#701) * replace other values than NaN with imputer ([#707](#707)) ([4a059e0](4a059e0)), closes [#643](#643) ### Bug Fixes * use UTF-8 encoding when opening files ([#704](#704)) ([f8c27bc](f8c27bc))
🎉 This PR is included in version 0.23.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #643
Summary of Changes
Imputer
to configure thevalue_to_replace
. This can be an int, float, or string.