Skip to content

Commit

Permalink
Merge pull request #1238 from nextstrain/suppress-dtype-warning
Browse files Browse the repository at this point in the history
io/read_metadata: ignore pandas DtypeWarning
  • Loading branch information
joverlee521 committed Jul 7, 2023
2 parents b03442c + 7582db7 commit 616db55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions augur/io/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def read_metadata(metadata_file, delimiters=DEFAULT_DELIMITERS, id_columns=DEFAU
"engine": "c",
"skipinitialspace": True,
"na_filter": False,
"low_memory": False,
}

if chunk_size:
Expand Down

0 comments on commit 616db55

Please sign in to comment.