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
After detecting metadata, it would be helpful to see a visual representation of the sdtypes for each column in the table.
Currently, visualize only exists on the MultiTableMetadata class, but a single table version could exist. It would be the same except for the relationship labels.
Expected behavior
Add visualize method to SingleTableMetadata. It should be the same as the multi table version except without having to label or draw the relationships.
It doesn't require a show_label_parameter.
Additional context
The show_table_details parameter should have three options: None, 'full' and 'summarized'. If Summarized metadata visualization #1525 isn't completed before this issue, then implement it to work with those options as opposed to True or False. Otherwise it should be easy to copy.
The text was updated successfully, but these errors were encountered:
Problem Description
After detecting metadata, it would be helpful to see a visual representation of the sdtypes for each column in the table.
Currently,
visualize
only exists on theMultiTableMetadata
class, but a single table version could exist. It would be the same except for the relationship labels.Expected behavior
visualize
method toSingleTableMetadata
. It should be the same as the multi table version except without having to label or draw the relationships.show_label_parameter
.Additional context
show_table_details
parameter should have three options: None, 'full' and 'summarized'. If Summarized metadata visualization #1525 isn't completed before this issue, then implement it to work with those options as opposed to True or False. Otherwise it should be easy to copy.The text was updated successfully, but these errors were encountered: