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

Fix DataFrame indexing - import_ids() #71

Closed
wants to merge 4 commits into from

Conversation

brendanillies
Copy link

First time doing this so bear with me!

Function import_ids() was using an incorrect DataFrame indexing method - namely specifying set vs. list. Added type conversion as well as a default case of returned columns ret_columns to remove multiple lines of redefining the df variable. Also added passing test cases around the change and added test case caching to be ignored.

@brendanillies brendanillies changed the title Fix DataFrame indexing on list - import_ids() Fix DataFrame indexing - import_ids() Oct 2, 2023
@alecglen alecglen changed the base branch from main to v0.3.3 September 15, 2024 21:32
@alecglen
Copy link
Collaborator

Thanks for the improvement @brendanillies, and sorry it took so long to get back to! This will be added in the newest version.

I had a few small suggestions to make and didn't want to bother you with them a year later, so I made a different branch which you can see linked above.

@alecglen alecglen closed this Sep 15, 2024
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.

2 participants