We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to handle e.g.
df.pipe(ck.within_set, items={'A': [1, 2]})
But instead of the column A you want the index. Do we
A
df.index.name == 'A'
{'index': []}
index_within_set
The text was updated successfully, but these errors were encountered:
+1 for "look for A, if it's not found, check if df.index.name == 'A'?"
Sorry, something went wrong.
No branches or pull requests
How to handle e.g.
But instead of the column
A
you want the index. Do weA
, if it's not found, check ifdf.index.name == 'A'
?{'index': []}
as a special case?index_within_set
?The text was updated successfully, but these errors were encountered: