sdv-dev / SDV

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

Switch drop_missing_values in in drop_unknown_references to support null foreign keys by default #2076

Open R-Palazzo opened 2 weeks ago

R-Palazzo commented 2 weeks ago

Problem Description

By default, drop_missing_values is True in drop_unknown_references, which drops the null-foreign key. With the goal of supporting null-foreign keys in all our multi-table logic, one should switch the default value of drop_missing_values to False.

Expected behavior