mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +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)
|
timestamp_data.append(timestamp_df)
|
||||||
time.sleep(monitor_interval_ms)
|
time.sleep(monitor_interval_ms)
|
||||||
df = pd.concat(timestamp_data)
|
df = pd.concat(timestamp_data)
|
||||||
df = df.drop('alias', 1)
|
df = df.drop('alias', axis=1)
|
||||||
df.to_csv(str(report_file), index=False)
|
df.to_csv(str(report_file), index=False)
|
||||||
|
|
||||||
# comparison to last report / report inputted
|
# comparison to last report / report inputted
|
||||||
|
|||||||
Reference in New Issue
Block a user