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