Skip to content

Startup failure with empty dfs #20

@kdkavanagh

Description

@kdkavanagh
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     │
│   739 │   def on_mount(self):                                                                  ╭────── locals ──────╮                                                                                                                                                                                                                                                                                                                                                                               │
│   740 │   │   self.cur_total_rows = len(self._display_dt)                                      │ self = DtBrowser() │                                                                                                                                                                                                                                                                                                                                                                               │
│   741 │   │   self.total_rows = len(self._original_dt)                                         ╰────────────────────╯                                                                                                                                                                                                                                                                                                                                                                               │
│ ❱ 742 │   │   self._row_detail.row_df = self._display_dt[0]                                                                                                                                                                                                                                                                                                                                                                                                                                         │
│   743 │   │   if self.removed_cols:                                                                                                                                                                                                                                                                                                                                                                                                                                                                 │
│   744 │   │   │   err_str = ", ".join(f"{k}: {v}" for k, v in self.removed_cols.items())                                                                                                                                                                                                                                                                                                                                                                                                            │
│   745 │   │   │   self.notify(           

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions