Closed LucyGwilliamAdmin closed 3 years ago
Fixes #27
@jwestw I needed to see the df without the archived indicators in order to continue my review of #24 so went ahead and done it since it was such a small thing - hope that's ok
Just putting this code into branch unique-column-names-#16
df = df[~df.index.str.contains("archived")]
Fixes #27
@jwestw I needed to see the df without the archived indicators in order to continue my review of #24 so went ahead and done it since it was such a small thing - hope that's ok