sdv-dev / SDV

Synthetic data generation for tabular data
https://docs.sdv.dev/sdv
Other
2.21k stars 289 forks source link

Separate primary key detection functionality #2101

Open amontanez24 opened 6 days ago

amontanez24 commented 6 days ago

Problem Description

As a user, I'd like to be able to detect a subset of the metadata based on my needs. For example, I may only want to detect sdtypes, or only detect primary keys.

Expected behavior

We want to split out the functionality for detecting the primary key so that it can be called in its own function.

Acceptance criteria

Additional context