Update script for rep-13
This commit is contained in:
parent
2a79055637
commit
38a2eb523e
@ -2,8 +2,6 @@ import pandas as pd
|
||||
|
||||
df = pd.read_csv(r'./data/Ex2aggFlows_team13.csv')
|
||||
|
||||
dataLength = len(df)
|
||||
|
||||
mean_packet_count = df['packetTotalCount'].mean()
|
||||
mean_unique_source = df['distinct(sourceIPAddress)'].mean()
|
||||
mean_num_bytes = df['ipTotalLength'].mean()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user