mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
removed changes in read_kpi_file method
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -310,7 +310,7 @@ class ChamberView:
|
||||
if df.empty == True:
|
||||
return "empty"
|
||||
else:
|
||||
result = df[column_name].values.tolist()
|
||||
result = df.to_string(index=False)
|
||||
return result
|
||||
|
||||
def read_csv_individual_station_throughput(self, dir_name, option):
|
||||
|
||||
Reference in New Issue
Block a user