Functions
|
Parse Zeek log file and return cuDF dataframe. |
- parse(filepath)[source]
Parse Zeek log file and return cuDF dataframe. Uses header comments to get column names/types and configure parser.
- Parameters:
- filepathstr
File path of Zeek log file
- Returns:
- cudf.DataFrame
Parsed Zeek log dataframe