Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Use loc over iloc when removing invalid rows from processing df #153

Closed
alexiswl opened this issue Oct 30, 2023 · 0 comments · Fixed by #157
Closed

Use loc over iloc when removing invalid rows from processing df #153

alexiswl opened this issue Oct 30, 2023 · 0 comments · Fixed by #157
Assignees
Labels
bug Something isn't working

Comments

@alexiswl
Copy link
Member

Processing df uses indexes from merged df (so an eight row df might contain indexes like 565), use .loc to collect these indexes as we want the index names, not .iloc (which uses index locations)

@alexiswl alexiswl added the bug Something isn't working label Oct 30, 2023
@alexiswl alexiswl self-assigned this Oct 30, 2023
@alexiswl alexiswl linked a pull request Oct 30, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant