mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 12:04:52 +00:00
lf_report.py : set_table_dataframe_from_csv
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -162,6 +162,9 @@ class lf_report():
|
|||||||
def set_table_dataframe(self,_dataframe):
|
def set_table_dataframe(self,_dataframe):
|
||||||
self.dataframe = _dataframe
|
self.dataframe = _dataframe
|
||||||
|
|
||||||
|
def set_table_dataframe_from_csv(self,_csv):
|
||||||
|
self.dataframe = pd.read_csv(_csv)
|
||||||
|
|
||||||
def set_custom_html(self,_custom_html):
|
def set_custom_html(self,_custom_html):
|
||||||
self.custom_html = _custom_html
|
self.custom_html = _custom_html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user