-
-
Save aletelecom/1f0a57b19edda923b8b2dd458ca3cc84 to your computer and use it in GitHub Desktop.
Create synthetical viz 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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