ONSdigital / sdg-SDMX-data-qualifier

MIT License
1 stars 0 forks source link

Ignore archived indicators #28

Closed LucyGwilliamAdmin closed 3 years ago

LucyGwilliamAdmin commented 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

jwestw commented 3 years ago

Just putting this code into branch unique-column-names-#16

Remove archived indicators

df = df[~df.index.str.contains("archived")]