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
Lookup Threat Intel reports for selected alerts - ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()
#226
How to fix this code line giving a ValueError?
selected_alert_type['TI Risk'] = selected_alert_type.progress_apply(lookup, axis=1)
The text was updated successfully, but these errors were encountered: