Closed Maarten-vd-Sande closed 4 years ago
When merging from multiple srp's the current approach keeps adding columns with _x and _y to avoid collisions.
I replaced the pandas merge function with update since we actually want to overwrite the nan values.
Related to #56
Not sure if I should worry about the tests
This looks great @Maarten-vd-Sande! Thanks a lot. The travis failures are not related to this, so I will go ahead and merge.
When merging from multiple srp's the current approach keeps adding columns with _x and _y to avoid collisions.
I replaced the pandas merge function with update since we actually want to overwrite the nan values.
Related to #56