From 38a2eb523ecd17ea3f570124ad6c49f3ee88295f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Windsperger?= Date: Fri, 7 May 2021 16:35:40 +0200 Subject: [PATCH] Update script for rep-13 --- ex2/rep-13.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ex2/rep-13.py b/ex2/rep-13.py index 918f834..3511f4a 100644 --- a/ex2/rep-13.py +++ b/ex2/rep-13.py @@ -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()