Commit f0c79538 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated fr.summary property

parent 994bfb70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ class FileRecorder(list):
            t, max_lines=-1, max_width=-1, show_name=True, show_unit=None, show_dtype=False, align="<")
        if outs['show_length']:
            lines.append(f'Length = {len(self)} rows')
        return f"[{self.summary}]\n" + "\n".join(lines)
        return "\n".join(lines)

    @property
    def summary(self):