diff --git a/src/snps/io.py b/src/snps/io.py index 06cfa4af..22a35277 100644 --- a/src/snps/io.py +++ b/src/snps/io.py @@ -300,7 +300,6 @@ def read_ftdna(self, file): ) # remove incongruous data - df = df.drop(df.loc[df["chrom"] == "0"].index) df = df.drop( df.loc[df.index == "RSID"].index ) # second header for concatenated data