-
-
Save aletelecom/593ac15c940e6d0169d644d2b82ba73c to your computer and use it in GitHub Desktop.
Creating the olt population
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 = 150 | |
max_client_qty = 64 | |
concat_df = pd.concat([OLT().create_olt_and_populate(max_client_qty) 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