Update script for rep-13

This commit is contained in:
Günter Windsperger 2021-05-07 16:35:40 +02:00
parent 2a79055637
commit 38a2eb523e

View File

@ -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()