Ejemplo n.º 1
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_IMBALANCE')

    return output
Ejemplo n.º 2
0
def get_traffic_data(run_id, data_source):
    output = b_logic.get_data(run_id, 'TRAFFIC_DATA', datasource=data_source)

    return output
Ejemplo n.º 3
0
def get_non_response_data(run_id):
    output = b_logic.get_data(run_id, 'NON_RESPONSE_DATA')

    return output
Ejemplo n.º 4
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_TRAFFIC')

    return output
Ejemplo n.º 5
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'SURVEY_SUBSAMPLE')

    return output
Ejemplo n.º 6
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_UNSAMPLED_OOH')

    return output
Ejemplo n.º 7
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_SHIFT_DATA')

    return output
Ejemplo n.º 8
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_MINIMUMS')

    return output
Ejemplo n.º 9
0
def get_unsampled_ooh_data(run_id):
    output = b_logic.get_data(run_id, 'UNSAMPLED_OOH_DATA')

    return output
Ejemplo n.º 10
0
def get_survey_subsample(run_id):
    output = b_logic.get_data(run_id, 'PS_NON_RESPONSE')

    return output
Ejemplo n.º 11
0
def get_shift_data(run_id):
    output = b_logic.get_data(run_id, 'SHIFT_DATA')

    return output