Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 23, 2022 02:24
Show Gist options
  • Save aletelecom/1f0a57b19edda923b8b2dd458ca3cc84 to your computer and use it in GitHub Desktop.
Save aletelecom/1f0a57b19edda923b8b2dd458ca3cc84 to your computer and use it in GitHub Desktop.
Create synthetical viz 2
olt_qty = 350
max_client_qty = 64
speeds = np.arange(10, 20, 0.1)
concat_df = pd.concat([OLT().create_olt_and_populate(max_client_qty, speeds) for olt in range(olt_qty)])
concat_df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment