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
Remove keys whose values are ".", "-", "", "NA", "none", " "; and remove empty dictionaries
It's quite powerful, but could be potentially dangerous to remove some fields we want to keep. So, it would be nice to have a final report at the end of its run, something like this:
can add a new report parameter to this function, default can be True.
Also worth checking if setting to True will significantly increase the processing time in a typical data plugin, if that is the case, we might set default to False and use it only if needed for debugging purpose.
The text was updated successfully, but these errors were encountered:
utils.dataload.dict_sweep
is used to:It's quite powerful, but could be potentially dangerous to remove some fields we want to keep. So, it would be nice to have a final report at the end of its run, something like this:
can add a new
report
parameter to this function, default can beTrue
.Also worth checking if setting to
True
will significantly increase the processing time in a typical data plugin, if that is the case, we might set default toFalse
and use it only if needed for debugging purpose.The text was updated successfully, but these errors were encountered: