Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visualize method to SingleTableMetadata #1517

Closed
amontanez24 opened this issue Jul 28, 2023 · 0 comments · Fixed by #1535
Closed

Add visualize method to SingleTableMetadata #1517

amontanez24 opened this issue Jul 28, 2023 · 0 comments · Fixed by #1535
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@amontanez24
Copy link
Contributor

amontanez24 commented Jul 28, 2023

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 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants