Skip to content

Commit

Permalink
properly remove blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterprovoost committed Jan 29, 2024
1 parent 4ec8241 commit c856d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def derive_marker_name(input: str) -> str:

# merge metadata

occurrence_combined = pd.merge(occurrence_combined, metadata_df, on="materialSampleID", how="left")
occurrence_combined = pd.merge(occurrence_combined, metadata_df, on="materialSampleID", how="inner")

# remove contaminants

Expand Down

0 comments on commit c856d62

Please sign in to comment.