Metadata.
visualize
Plot metadata usign graphviz.
Generate a plot using graphviz. If a path is provided save the output into a file.
path
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.
None
graphviz.Digraph
names (bool) – Whether to add names to the diagram or not. Defaults to True
True