Beispiel #1
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_IMBALANCE')

    return output
Beispiel #2
0
def get_traffic_data(run_id, data_source):
    output = b_logic.get_data(run_id, 'TRAFFIC_DATA', datasource=data_source)

    return output
def get_non_response_data(run_id):
    output = b_logic.get_data(run_id, 'NON_RESPONSE_DATA')

    return output
Beispiel #4
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_TRAFFIC')

    return output
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'SURVEY_SUBSAMPLE')

    return output
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_UNSAMPLED_OOH')

    return output
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_SHIFT_DATA')

    return output
Beispiel #8
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_MINIMUMS')

    return output
Beispiel #9
0
def get_unsampled_ooh_data(run_id):
    output = b_logic.get_data(run_id, 'UNSAMPLED_OOH_DATA')

    return output
Beispiel #10
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_NON_RESPONSE')

    return output
Beispiel #11
0
def get_shift_data(run_id):
    output = b_logic.get_data(run_id, 'SHIFT_DATA')

    return output