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.metrics.demos.load_single_table_demo

sdv.metrics.demos.load_single_table_demo()[source]

Load multi-table demo data.

The dataset is the student_placements tabular demo from SDV and a synthetic copy of it made using he sdv.tabular.CTGAN model.

Returns

  • pandas.DataFrame: Real table.

  • pandas.DataFrame: Synthetic table.

  • dict: Table Metadata.

Return type

tuple