Skip to content

Commit 4462a18

Browse files
committed
Fixes #249: Scores with an HGVS_NT First Column will use it as an Index
1 parent 131b6a8 commit 4462a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mavedb/lib/score_sets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ def csv_data_to_df(file_data: BinaryIO) -> pd.DataFrame:
607607
sep=",",
608608
encoding="utf-8",
609609
quotechar="'",
610+
index_col=False,
610611
na_values=extra_na_values,
611612
keep_default_na=True,
612613
dtype={**{col: str for col in HGVSColumns.options()}, "scores": float},

0 commit comments

Comments
 (0)