mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
csv_convert.py commented out debug prints
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -32,8 +32,8 @@ class CSVParcer():
|
||||
dataframe = dataframe.replace('Mbps','',regex=True)
|
||||
dataframe = dataframe.rename(columns={'Atten':'Attenuation [dB]','Rotation':'Position [Deg]','Rx-Bps':'Traffic Pair 1 Throughtput [Mbps]'})
|
||||
|
||||
print('{}'.format(self.csv_infile))
|
||||
print("dataframe {}".format(dataframe))
|
||||
#print('{}'.format(self.csv_infile))
|
||||
#print("dataframe {}".format(dataframe))
|
||||
if self.csv_outfile == None:
|
||||
csv_summary = self.csv_infile.replace('candela','comcast')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user