We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd97dd commit 0657969Copy full SHA for 0657969
reproschema/redcap2reproschema.py
@@ -419,7 +419,7 @@ def process_row(
419
# }
420
# )
421
422
- elif key in ADDITIONAL_NOTES_LIST and value:
+ elif key in ADDITIONAL_NOTES_LIST and value and not pd.isna(value):
423
# Convert value to string, handling NaN explicitly
424
value_str = str(value).strip()
425
if not value_str: # Skip empty strings
0 commit comments