mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
changes to html format in realm.py
This commit is contained in:
@@ -1801,7 +1801,7 @@ class L4CXProfile(LFCliBase):
|
|||||||
fig = df.plot().get_figure()
|
fig = df.plot().get_figure()
|
||||||
fig.savefig(report_file)
|
fig.savefig(report_file)
|
||||||
if output_format == 'html':
|
if output_format == 'html':
|
||||||
print('Shivams function')
|
df.to_html(report_file)
|
||||||
if output_format == 'df':
|
if output_format == 'df':
|
||||||
return df
|
return df
|
||||||
supported_formats = ['csv', 'json', 'stata', 'pickle']
|
supported_formats = ['csv', 'json', 'stata', 'pickle']
|
||||||
|
|||||||
Reference in New Issue
Block a user