Data-quality-kit

Latest version: v0.8.0

Safety actively analyzes 722581 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.8.0

New functionalities.

Added
- Added `assert_regex_format` function to validate whether all values in a specified DataFrame column match a given regular expression.
- Added test cases to ensure correct functionality of `assert_regex_format`:
- All values match the regex.
- At least one value does not match the regex.
- The specified column does not exist in the DataFrame.
- The provided regex is invalid.

Changed
- No changes in this release.

0.7.0

New functionalities.
Added
- Added `assert_that_values_in_catalog` function to check if all values in a specified DataFrame column are present in a catalog (list).
- Added test cases to validate the behavior of `assert_that_values_in_catalog` in various scenarios:
- All values are in the catalog.
- Not all values are in the catalog.
- Column not present in the DataFrame.
- Empty catalog handling.

Changed
- No changes in this release.

0.6.0

New functionalities.
Added

Changed
- Renamed the function check_type_format to assert_that_type_value
- Added a new acurracy module to the data_quality_kit for enhanced data acurracy checks.
- Rename corresponding test cases for the acurracy module in the test suite.

Fixed

0.5.0

New functionalities.
Added

Changed
- Renamed the function check_column_match to assert_that_columns_values_match
- Renamed the function check_no_duplicates to assert_that_there_are_not_duplicates
- Added a new consistency module to the data_quality_kit for enhanced data consistency checks.
- Rename corresponding test cases for the consistency module in the test suite.

Fixed

0.4.0

New functionalities.
Added

Changed
- Renamed the function chech_nulls to assert_that_there_are_not_nulls
- Added a new validity module to the data_quality_kit for enhanced data validity checks.
- Rename corresponding test cases for the validity module in the test suite.

Fixed

0.3.0

New functionalities.
Added

Changed
- Renamed the function df_is_empty to assert_that_dataframe_is_empty
- Added a new completeness module to the data_quality_kit for enhanced data completeness checks.
- Rename corresponding test cases for the completeness module in the test suite.

Fixed

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.