Hi everyone,
I currently have a csv file that consists of 600,000plus rows of data
I would like to insert value 'Malicious' into the column H, 'Class' for all rows of data that contains values 147.32.84.180 or 147.32.84.170 which appears in either column C or column D, and value 'Bakground' for all other values
Pictured below is an example of the first few rows which has column H filled, and I have a few hundred thousand more that I would like to fill up.
I have tried using the filter function on both columns C and D each to filter out the rows containing the values, however it led to an error where its not displaying all values in the column. The error states that as there are more than 10,000 unique values, only the first 10,000 are displayed.
Any suggestions on how I can do this??
Thank you so much for your time
I currently have a csv file that consists of 600,000plus rows of data
I would like to insert value 'Malicious' into the column H, 'Class' for all rows of data that contains values 147.32.84.180 or 147.32.84.170 which appears in either column C or column D, and value 'Bakground' for all other values
Pictured below is an example of the first few rows which has column H filled, and I have a few hundred thousand more that I would like to fill up.
I have tried using the filter function on both columns C and D each to filter out the rows containing the values, however it led to an error where its not displaying all values in the column. The error states that as there are more than 10,000 unique values, only the first 10,000 are displayed.
Any suggestions on how I can do this??
Thank you so much for your time