datawash 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- datawash/__init__.py +1 -1
- datawash/transformers/missing.py +1 -1
- {datawash-0.2.1.dist-info → datawash-0.2.2.dist-info}/METADATA +1 -1
- {datawash-0.2.1.dist-info → datawash-0.2.2.dist-info}/RECORD +8 -8
- {datawash-0.2.1.dist-info → datawash-0.2.2.dist-info}/WHEEL +0 -0
- {datawash-0.2.1.dist-info → datawash-0.2.2.dist-info}/entry_points.txt +0 -0
- {datawash-0.2.1.dist-info → datawash-0.2.2.dist-info}/licenses/LICENSE +0 -0
- {datawash-0.2.1.dist-info → datawash-0.2.2.dist-info}/top_level.txt +0 -0
datawash/__init__.py
CHANGED
datawash/transformers/missing.py
CHANGED
|
@@ -67,7 +67,7 @@ class MissingTransformer(BaseTransformer):
|
|
|
67
67
|
# Convert empty and whitespace-only strings to NaN
|
|
68
68
|
# Handle both 'object' and string dtypes
|
|
69
69
|
col_dtype = result_df[col].dtype
|
|
70
|
-
is_string_like = col_dtype
|
|
70
|
+
is_string_like = col_dtype is object or pd.api.types.is_string_dtype(
|
|
71
71
|
col_dtype
|
|
72
72
|
)
|
|
73
73
|
if is_string_like:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
datawash/__init__.py,sha256=
|
|
1
|
+
datawash/__init__.py,sha256=oWF1NtG8NAqHf_LA7_EFWdZHIurFS2jfeDx3Fewm6Ns,204
|
|
2
2
|
datawash/adapters/__init__.py,sha256=LJnEVVlyq_LoHpW1hdxFIaE96oBwc8zme4YCqGusR0A,343
|
|
3
3
|
datawash/adapters/base.py,sha256=9c0_qP7zHCf8t7J2cN2Evz9vPa4BbMIKrUQdxZAOGS8,1782
|
|
4
4
|
datawash/adapters/csv_adapter.py,sha256=719WINqhKyHJyMHy9CBQdYNHPcoi7LuAFIeL8NTXYoc,564
|
|
@@ -42,12 +42,12 @@ datawash/transformers/categories.py,sha256=VjyXK1cKeiYfQfVb5NWC_L6uP0pwi4OeK2nO5
|
|
|
42
42
|
datawash/transformers/columns.py,sha256=qGB-yH9foVChZHSTQvbSgOATaDJ1MhJWelW2pV8nAls,2575
|
|
43
43
|
datawash/transformers/duplicates.py,sha256=1tL51l4jZsEhvuLDPuu5-wLtQBCvUrdcULmCcS08NdE,1322
|
|
44
44
|
datawash/transformers/formats.py,sha256=hJM2_8f9d_YGcreb_3lOdj9m29k8Wg5wGggKjcJJls8,3741
|
|
45
|
-
datawash/transformers/missing.py,sha256=
|
|
45
|
+
datawash/transformers/missing.py,sha256=ZjJV5NXa5nBuSY5t9uIwmGsLb6GMCMReV_vZLM4lYV4,8572
|
|
46
46
|
datawash/transformers/registry.py,sha256=nKq4XU_TqWJg53wFuCVUc07XBVAQ_ehgrAb-K1BFjW4,768
|
|
47
47
|
datawash/transformers/types.py,sha256=x4Im1b6_XbEXg685T4usZ_KQyDlM3YSAprs0VKEtM0A,3413
|
|
48
|
-
datawash-0.2.
|
|
49
|
-
datawash-0.2.
|
|
50
|
-
datawash-0.2.
|
|
51
|
-
datawash-0.2.
|
|
52
|
-
datawash-0.2.
|
|
53
|
-
datawash-0.2.
|
|
48
|
+
datawash-0.2.2.dist-info/licenses/LICENSE,sha256=kNSkDIpMFky2dMMDOGB62O7DoC-o8Xno_7Nwp8ylcK4,1078
|
|
49
|
+
datawash-0.2.2.dist-info/METADATA,sha256=-IFACAXWJwbncTJQFY5OgBtpWmbxh0MwEoHojIhpkuc,11454
|
|
50
|
+
datawash-0.2.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
51
|
+
datawash-0.2.2.dist-info/entry_points.txt,sha256=zOhpea6Ad1tn5ofpYb6BEROG5bj6-LQh2eO6aVxP744,51
|
|
52
|
+
datawash-0.2.2.dist-info/top_level.txt,sha256=xDL_KT2BiuAlMCI5iuXC6j-llUrx3XLYaiVgovjS-M4,9
|
|
53
|
+
datawash-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|