start of comparison of 2 dataframes

This commit is contained in:
Dipti
2021-02-11 11:02:03 -08:00
parent c06d936648
commit 89f17eb678
3 changed files with 12 additions and 5 deletions

View File

@@ -142,7 +142,7 @@ def main():
optional.append({'name': '--layer3_cols', 'help': 'Columns wished to be monitored from layer 3 endpoint tab',
'default': ['name', 'tx bytes', 'rx bytes']})
optional.append({'name': '--port_mgr_cols', 'help': 'Columns wished to be monitored from port manager tab',
'default': ['ap', 'ip', 'rx bytes']})
'default': ['ap', 'ip', 'parent dev']})
optional.append(
{'name': '--compared_report', 'help': 'report path and file which is wished to be compared with new report',
'default': None})