Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.metadata.dataset.Metadata.visualize

Metadata.visualize(path=None, names=True, details=True)[source]

Plot metadata usign graphviz.

Generate a plot using graphviz. If a path is provided save the output into a file.

Parameters
  • path (str) – Output file path to save the plot. It requires a graphviz supported extension. If None do not save the plot and just return the graphviz.Digraph object. Defaults to None.

  • names (bool) – Whether to add names to the diagram or not. Defaults to True