Skip to content
Snippets Groups Projects
Commit ff923caf authored by Coda Phillips's avatar Coda Phillips
Browse files

Implement missingDataFlag check

parent e54f3070
No related branches found
No related tags found
No related merge requests found
from util import BaseCheckList
def check_missing_data_flag(frame, parameters):
if 'missingDataFlag' not in frame:
return frame
frame['check_missing_data_flag'] = (frame['missingDataFlag'] == 1)*1
return frame
class CheckList(BaseCheckList):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment