daily log 11.20.20

less than 1 minute read

Why didn’t this lookup work??

# def get_selected(phone):
# #     print(phone)
#     print(type(phone))
#     try:
#         return phone_to_email[phone]
# #         return from_joy.loc[from_joy['Home Phone (Formatted)'] == phone]['Selected'][0]
#     except:
#         return 'No'
# #         print('nope')
# from_joy['Email'] = from_joy.apply(lambda x: get_selected(x['Home Phone (Formatted)']), axis=1)