drop_duplicates slow for data frame of boolean columns #12963
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Performance
Memory or execution speed performance
Milestone
In trying to find out the fast way to count unique rows in a data frame, I stumbled upon an issue where dropping duplicates from a data frame of booleans is quite slow. @jreback asked me to open a ticket.
The text was updated successfully, but these errors were encountered: