You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, starting with pandas 1.4.0, they only support Python 3.8 and higher. Maybe we should just work around it to avoid bumping the minimum Python dependency for Augur.
Current Behavior
We try to explicitly set the dtype for the index column within
io.read_metadata
:augur/augur/io.py
Lines 116 to 121 in 139ba04
However, this does not work as expected because of a bug in pandas where the dtype is ignored for
index_col
.Additional context
Found this issue when looking into nextstrain/ncov#948
The text was updated successfully, but these errors were encountered: