Andrew Montanez
Andrew Montanez
### Problem Description _As a user, it would be useful if data that I mark as `pii` in the metadata gets anonymized._ The new `DataProcessor` class should utilize the `AnonymizedFaker`...
### Problem Description As a user, it is confusing when multi-table metrics are applied to single table data. Also many of the metrics seem to result in errors. ### Expected...
### Problem Description Outside of managing transformations, the `DataProcessor` is responsible for validating constraints, making sure all the ids are unique, and converting back and forth to dicts and json....
### Problem Description The `DataProcessor` class will need to have `fit`, `transform` and `fit_transform` methods. ### Expected behavior - Add the following methods - `fit(self, data)`: Fit the all of...
### Problem Description With all of the metadata management moved to `SingleTableMetadata` and `MultiTableMetadata`, the [table.py](https://github.com/sdv-dev/SDV/blob/master/sdv/metadata/table.py) class no longer needs to manage metadata. As engineers, it would be useful to...
### Problem Description _As a user, it would be very useful to be able to add constraints to the metadata programmatically since some of them often get missed the first...
### Problem Description _As a user, it would be useful to be able to programmatically set primary keys, sequence keys, sequences indices and alternate keys._ ### Expected behavior - Add...
### Problem Description _As a user, it would be helpful to be able to modify or add to the metadata programmatically._ ### Expected behavior - Add `update_column` method - Not...
### Problem Description _As a user, it would be useful to be able to validate whether my metadata is formatted correctly_ ### Expected behavior - Add `validate` method - Validation...
### Problem Description As a developer, it would be useful to check that the provided parameters for each constraint are valid since this is used when validating the metadata and...