| @@ -194,7 +194,7 @@ if __name__ == "__main__": | |||
| # Get the frequency, PDF and CDF for each value in the series | |||
| # copy column | |||
| transmission_df["gp_frequency"] = transmission_df.loc[:, "goodput"] | |||
| print(transmission_df) | |||
| # Frequency | |||
| transmission_df = transmission_df.groupby("gp_frequency")["gp_frequency"].agg("count").pipe(pd.DataFrame) | |||