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
Labels
bug
Something isn't working
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)
The text was updated successfully, but these errors were encountered: