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

ENH: New accessor for Index filter #743

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Conversation

Zeroto521
Copy link
Owner

  • closes #xxxx
  • whatsnew entry
    >>> index = pd.Index(['one', 'two', 'three'])

    # Doesn't select containing 't'.

    >>> index.filter(like='t', complement=True)
    Index(['one'], dtype='object')

@codecov
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Merging #743 (93510da) into main (17a4837) will decrease coverage by 7.70%.
The diff coverage is 42.85%.

@@            Coverage Diff             @@
##             main     #743      +/-   ##
==========================================
- Coverage   99.69%   91.99%   -7.71%     
==========================================
  Files         142      143       +1     
  Lines        1977     1998      +21     
  Branches      428      437       +9     
==========================================
- Hits         1971     1838     -133     
- Misses          1      140     +139     
- Partials        5       20      +15     
Impacted Files Coverage Δ
dtoolkit/accessor/index/filter.py 40.00% <40.00%> (ø)
dtoolkit/accessor/index/__init__.py 100.00% <100.00%> (ø)
dtoolkit/accessor/series/eval.py 41.66% <0.00%> (-58.34%) ⬇️
...eoaccessor/geoseries/duplicated_geometry_groups.py 42.30% <0.00%> (-57.70%) ⬇️
dtoolkit/accessor/series/query.py 50.00% <0.00%> (-50.00%) ⬇️
dtoolkit/geoaccessor/geoseries/to_h3.py 57.14% <0.00%> (-42.86%) ⬇️
dtoolkit/accessor/dataframe/change_axis_type.py 57.14% <0.00%> (-42.86%) ⬇️
dtoolkit/util/parallelize.py 66.66% <0.00%> (-33.34%) ⬇️
dtoolkit/geoaccessor/geodataframe/to_h3.py 68.18% <0.00%> (-31.82%) ⬇️
dtoolkit/accessor/series/len.py 69.23% <0.00%> (-30.77%) ⬇️
... and 45 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

Successfully merging this pull request may close these issues.

None yet

1 participant