mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +00:00
More solid pandas call so we don't get an error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -342,7 +342,7 @@ class L3CXProfile(LFCliBase):
|
||||
timestamp_data.append(timestamp_df)
|
||||
time.sleep(monitor_interval_ms)
|
||||
df = pd.concat(timestamp_data)
|
||||
df = df.drop('alias', 1)
|
||||
df = df.drop('alias', axis=1)
|
||||
df.to_csv(str(report_file), index=False)
|
||||
|
||||
# comparison to last report / report inputted
|
||||
|
||||
Reference in New Issue
Block a user