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

bug-fix: Pandas set indexing error #460

Merged
merged 3 commits into from
Jul 6, 2023

Conversation

ajadczaksunriselabs
Copy link
Contributor

Current version of Pandas will throw the following error when indexing using a set.

TypeError: Passing a set as an indexer is not supported. Use a list instead.

ajadczaksunriselabs and others added 3 commits June 27, 2023 12:14
Current version of Pandas will throw the following error when indexing
using a set.

TypeError: Passing a set as an indexer is not supported. Use a list
instead.
@ajadczaksunriselabs
Copy link
Contributor Author

I think this is good to go now. Pandas started enforcing this behavior for the 2.0 release.
pandas-dev/pandas#49511

@tompollard
Copy link
Member

Looks good to me, thanks again!

@tompollard tompollard merged commit 2cdb44a into MIT-LCP:main Jul 6, 2023
28 checks passed
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

2 participants