DAME-FLAME-Python-Package icon indicating copy to clipboard operation
DAME-FLAME-Python-Package copied to clipboard

Valid input checking for unique indexes

Open nehargupta opened this issue 5 years ago • 2 comments

We don't check this right now, and it would cause problems if someone inputs a dataframe with nonunique indexes. Add something to data_cleaning.py that checks via: df.index.is_unique

nehargupta avatar Aug 07 '20 19:08 nehargupta

This is done

AngikarGhosal avatar Oct 20 '20 05:10 AngikarGhosal

Hm I thought that I merged this in but I'm forgetting now and I don't see code that fixes it! I either forgot or it didn't happen or it looks different than I expect...no worries, I will double check later :) So leaving this open for now, I will come back to it.

nehargupta avatar May 24 '21 20:05 nehargupta