drpt
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: drpt | ||
| Version: 0.6.1 | ||
| Version: 0.6.2 | ||
| Summary: Tool for preparing a dataset for publishing by dropping, renaming, scaling, and obfuscating columns defined in a recipe. | ||
@@ -5,0 +5,0 @@ Author-email: Constantinos Xanthopoulos <conx@xanthopoulos.info> |
+2
-2
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "drpt" | ||
| version = "0.6.1" | ||
| version = "0.6.2" | ||
| description = "Tool for preparing a dataset for publishing by dropping, renaming, scaling, and obfuscating columns defined in a recipe." | ||
@@ -40,3 +40,3 @@ readme = "README.md" | ||
| [tool.bumpver] | ||
| current_version = "0.6.1" | ||
| current_version = "0.6.2" | ||
| version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" | ||
@@ -43,0 +43,0 @@ commit_message = "Bump version {old_version} -> {new_version}" |
| Metadata-Version: 2.1 | ||
| Name: drpt | ||
| Version: 0.6.1 | ||
| Version: 0.6.2 | ||
| Summary: Tool for preparing a dataset for publishing by dropping, renaming, scaling, and obfuscating columns defined in a recipe. | ||
@@ -5,0 +5,0 @@ Author-email: Constantinos Xanthopoulos <conx@xanthopoulos.info> |
@@ -1,1 +0,1 @@ | ||
| __version__ = "0.6.1" | ||
| __version__ = "0.6.2" |
+1
-1
@@ -247,3 +247,3 @@ #!/usr/bin/env python3.9 | ||
| min, max = self.limits[col]["min"], self.limits[col]["max"] | ||
| if min == max: | ||
| if min == max or (pd.isna(min) and pd.isna(max)): | ||
| self._report_log( | ||
@@ -250,0 +250,0 @@ "WARNING", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
44840
0.08%