Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 19, 2022 00:53
Show Gist options
  • Save aletelecom/593ac15c940e6d0169d644d2b82ba73c to your computer and use it in GitHub Desktop.
Save aletelecom/593ac15c940e6d0169d644d2b82ba73c to your computer and use it in GitHub Desktop.
Creating the olt population
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