Write csv file
This commit is contained in:
parent
7f8a6a76e8
commit
9a93eb4fd3
@ -42,4 +42,4 @@ data['destinationIPAddress'] = data['destinationIPAddress'].apply(bin_to_ip)
|
||||
print(data)
|
||||
|
||||
# 3. Save output file
|
||||
pickle.dump(pd, open('output.csv', 'wb'))
|
||||
data.to_csv('output.csv', index=False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user