Skip to content

Commit

Permalink
Add a 'missing_fields' column to mapped objects
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Feb 4, 2025
1 parent a3e4f77 commit 11457e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/item_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, mapper, original, mapped_object, *args, **kwargs):
DatasetItem init
:param callable mapper: Mapper for this item. Currently unused, could
be used for abovementioned just-in-time mapping.
be used for above-mentioned just-in-time mapping.
:param dict original: Original item, e.g. from the csv or ndjson
:param MappedItem mapped_object: Mapped item, before resolving any
potential missing data
Expand Down

0 comments on commit 11457e0

Please sign in to comment.