Plamen Valentinov Kolev
Plamen Valentinov Kolev
### Environment Details Please indicate the following details about the environment in which you found the bug: * RDT version: 0.6.1 * Python version: 3.8 * Operating System: Ubuntu ###...
Resolves #1950 CU-86b05t4z0
Resolves #1949 CU-86b05rv4r
### Error Description The `DataProcessor` is designed to log the name of the table it is processing. This feature is particularly useful when dealing with `MultiTableSynthesizers`. However, currently, the `table_name`...
After discussing with @amontanez24 , we would like to set the default config to None and not log the public usage. This will be changed in enterprise.
Modify the `CSVLoader` to check that values are float only when resampling is used.
- Integrate with Codecov to make sure all the changes from PR improve the code coverage of tests. - Update the readme with the new badge.
- Integrate with Codecov to make sure all the changes from PR improve the code coverage of tests. - Update the readme file with the new badge.
### Problem Description The columns in the metadata are not ordered alphabetically when visualizing them, which makes it difficult to quickly locate specific metadata fields. We would like to enhance...
### Error Description The FloatFormatter crashes due to hard coded logic attempting to cast to a numpy data type (line 191: `is_integer = np.dtype(self._dtype).kind == 'i'`). If the dtype differs...