You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TableReport in its current form includes statistics at the column level, such as dtype, number of nulls, number of unique values, numeric statistics etc.
There are multiple dataframe-level statistics that would be interesting and that could be added to a separate tab, such as:
Shape of the dataframe (currently shown at the bottom of the preview screen)
Number of columns by dtype (numeric columns, string columns, datetime columns etc)
Additionally, it may be interesting to have a "Description" field that can be filled by users so that it is easier to share information about the report (this would be in addition to the title).
Feature Description
This could be implemented as a separate tab, possibly to the left of the Preview, while keeping the preview tab as the default.
Alternatively, this could be added in the "Stats" tab, but I am not sure where it would fit given that the stats are already taking up the entire width of the screen.
Problem Description
The TableReport in its current form includes statistics at the column level, such as dtype, number of nulls, number of unique values, numeric statistics etc.
There are multiple dataframe-level statistics that would be interesting and that could be added to a separate tab, such as:
Additionally, it may be interesting to have a "Description" field that can be filled by users so that it is easier to share information about the report (this would be in addition to the title).
Feature Description
This could be implemented as a separate tab, possibly to the left of the Preview, while keeping the preview tab as the default.
Alternatively, this could be added in the "Stats" tab, but I am not sure where it would fit given that the stats are already taking up the entire width of the screen.
Alternative Solutions
No response
Additional Context
No response