Using Python3,
How can I find the mean and standard deviation of a smallerdataset of 600 entries from the large dataset of 3000 entries? I amtrying to divide this large dataset of 3000 entries into smallergroups of 600 and calculate the mean and std dv of “all packets”for each small group. My data is saved to excel and looks somethinglike this:
The left “Interval start”, refers to the seconds since datarecording started
Right “All packets” refers to packets sent at particularsecond
s
AutoSum
OR
OR