mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +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.replace('Mbps','',regex=True)
|
||||||
dataframe = dataframe.rename(columns={'Atten':'Attenuation [dB]','Rotation':'Position [Deg]','Rx-Bps':'Traffic Pair 1 Throughtput [Mbps]'})
|
dataframe = dataframe.rename(columns={'Atten':'Attenuation [dB]','Rotation':'Position [Deg]','Rx-Bps':'Traffic Pair 1 Throughtput [Mbps]'})
|
||||||
|
|
||||||
print('{}'.format(self.csv_infile))
|
#print('{}'.format(self.csv_infile))
|
||||||
print("dataframe {}".format(dataframe))
|
#print("dataframe {}".format(dataframe))
|
||||||
if self.csv_outfile == None:
|
if self.csv_outfile == None:
|
||||||
csv_summary = self.csv_infile.replace('candela','comcast')
|
csv_summary = self.csv_infile.replace('candela','comcast')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user