-
-
Save aletelecom/f28e01d97d7ffa10479f5227cd906dcb to your computer and use it in GitHub Desktop.
Viz 4 dataset creation
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
data_df = pd.DataFrame([distance, np.sort(optical_power)]) | |
data_df = data_df.T | |
data_df.rename(columns={0:'distance', 1:'optical_power'}, inplace=True) | |
#data_df['avg_speed'] = data_df['throughput'].divide(data_df['client_qty']) | |
data_df |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment