You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[EHN] Let filter_string use parameters of Series.str.contains (pyjanitor-devs#1049)
* add `kwargs` for `filter_string`
* Add documentation for parameters
* Add example for case and regex parameters
* Finished `filter_string` test cases
* Update CHANGELOG.md
* the result should be 3
* the result should be 6
* test regex parameter
* correct example
* update example
* `str.contains` can only use in str type
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update filter.py
* correct spells
Co-authored-by: Jeremy Goh <[email protected]>
* fill all keywords
* pat -> search_string
Co-authored-by: Jeremy Goh <[email protected]>
* clear search_string description
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Samuel Oranyeli <[email protected]>
Co-authored-by: Jeremy Goh <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
-[BUG] Fix SettingWithCopyWarning and other minor bugs when using `truncate_datetime_dataframe`, along with further performance improvements (PR #1040). @thatlittleboy
21
21
-[ENH] Performance improvement for `conditional_join`. @samukweku
22
22
-[ENH] Multiple `.value` is now supported in `pivot_longer`. #1034@samukweku
23
+
-[EHN] Let `filter_string` suit parameters of `Series.str.contains` Issue #1003 and #1047. @Zeroto521
0 commit comments