Skip to content

Commit dc7f83d

Browse files
committed
Revert to default engine for pd.read_csv in _read_gff3
1 parent 50e5f19 commit dc7f83d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

malariagen_data/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def _read_gff3(buf, compression="gzip"):
8383
names=gff3_cols,
8484
na_values=["", "."],
8585
compression=compression,
86-
engine="python",
8786
)
8887

8988
# parse attributes

0 commit comments

Comments
 (0)