Closed rbnor closed 4 years ago
It seems to me that pandas, for some reason tries to showe this user agent into a numerical value? Weird that it doesnt happen with the test data as it contains the same user agent. could be something fishy with the headers i guess, so that its not recognized properly or something? Ends up in the wrong field because of a broken line or something similar?
@RuneBergh thanks for reporting this issue. Would it be possible for you to send me a partial zeek log file that demonstrates this bug/issue? Please send to briford@supercowpowers.com if you can, thanks.
@RuneBergh let me know if you can provide me a small example zeek log file that demonstrates this issue, otherwise I'll assume this is a corrupt/bad/malformed log file and close the issue.
The Anomaly detection notebook is unable to handle data with "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0"
ValueError Traceback (most recent call last) pandas/_libs/lib.pyx in pandas._libs.lib.maybe_convert_numeric()
ValueError: Unable to parse string "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)"
During handling of the above exception, another exception occurred:
ValueError Traceback (most recent call last)