示例#1
0
 def test_html_report(self):
     html = to_html(self.df.head(), self.results)
     self.assertLess(1000, len(html))
示例#2
0
 def __init__(self, df):
     description_set = describe(df)
     self.html = to_html(df.head(),
                         description_set)
示例#3
0
 def test_html_report(self):
     html = to_html(self.df.head(), self.results)
     self.assertLess(1000, len(html))