Skip to content

Commit

Permalink
Update ext.datarepo
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Jul 15, 2019
1 parent a81f918 commit 7ff4c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrolite/ext/datarepo/georoc/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def parse_GEOROC_response(content: str):
datadf.Citations = datadf.Citations.apply(
lambda lst: "; ".join([refdf.loc[x, "value"] for x in lst])
)
datadf["doi"] = datadf.Citations.apply(parse_DOI)
datadf.loc[:, "doi"] = datadf.Citations.apply(parse_DOI)
return datadf


Expand Down

0 comments on commit 7ff4c88

Please sign in to comment.