We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a string (__str__) representation of the Metadata Object indicating which tables exist within it and with which relationships.
__str__
Also add a method (visualize) that can generate a Database diagram that can be shown in a Jupyter Notebook
visualize
The text was updated successfully, but these errors were encountered:
TVAE: Fix sdv-dev#135 (sdv-dev#136)
790c175
* Bump version: 0.4.1.dev0 → 0.4.1.dev1 * Set drop_last to False * Add drop_last variable * Fix lint * Changed drop_last to False
JDTheRipperPC
Successfully merging a pull request may close this issue.
Add a string (
__str__
) representation of the Metadata Object indicating which tables exist within it and with which relationships.Also add a method (
visualize
) that can generate a Database diagram that can be shown in a Jupyter NotebookThe text was updated successfully, but these errors were encountered: