csv-detective 0.9.2.dev1896__py3-none-any.whl → 0.9.3.dev1915__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.
- csv_detective/detect_fields/other/email/__init__.py +2 -2
- csv_detective/detection/formats.py +1 -1
- {csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/METADATA +1 -1
- {csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/RECORD +9 -9
- tests/test_fields.py +1 -1
- {csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/WHEEL +0 -0
- {csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/entry_points.txt +0 -0
- {csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/licenses/LICENSE +0 -0
- {csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import re
|
|
2
2
|
|
|
3
|
-
PROPORTION =
|
|
3
|
+
PROPORTION = 0.9
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
def _is(val):
|
|
7
7
|
"""Detects e-mails"""
|
|
8
8
|
return isinstance(val, str) and bool(
|
|
9
|
-
re.match(r"^[a-
|
|
9
|
+
re.match(r"^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$", val, re.IGNORECASE)
|
|
10
10
|
)
|
|
@@ -30,7 +30,7 @@ def detect_formats(
|
|
|
30
30
|
on_sample = len(table) > MAX_ROWS_ANALYSIS
|
|
31
31
|
if on_sample:
|
|
32
32
|
if verbose:
|
|
33
|
-
logging.warning(f"File is too long, analysing
|
|
33
|
+
logging.warning(f"File is too long, analysing a sample of {MAX_ROWS_ANALYSIS} rows")
|
|
34
34
|
table = build_sample(table)
|
|
35
35
|
|
|
36
36
|
if table.empty:
|
|
@@ -56,7 +56,7 @@ csv_detective/detect_fields/geo/longitude_wgs/__init__.py,sha256=gPnNTe-L9xjBVE-
|
|
|
56
56
|
csv_detective/detect_fields/geo/lonlat_wgs/__init__.py,sha256=CnBMYevfGdhBvureF3oc_zqT-RZjG419iAuUlugQFLc,454
|
|
57
57
|
csv_detective/detect_fields/other/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
58
|
csv_detective/detect_fields/other/booleen/__init__.py,sha256=37ZUJACrZA9FQBYLDeVJGze7_I9x-ZWv5yWuBcqHcwI,497
|
|
59
|
-
csv_detective/detect_fields/other/email/__init__.py,sha256=
|
|
59
|
+
csv_detective/detect_fields/other/email/__init__.py,sha256=O09KVBDsI-_wOecOlqyrtgr8V1ubPqB5EwPhOCxVLJ8,199
|
|
60
60
|
csv_detective/detect_fields/other/float/__init__.py,sha256=AT4Kpgwoz5PuAoLx00u0SL8DjjXZxsE8zSRbN18uAv4,578
|
|
61
61
|
csv_detective/detect_fields/other/int/__init__.py,sha256=4SQAgaYTafeBL6hdT7Wp_xwcRNQsOWlYjaXKl78EuDw,320
|
|
62
62
|
csv_detective/detect_fields/other/json/__init__.py,sha256=AkRWZAidEM1dWkVRFThEBI5M7kMUu5Yu12iCViGM8lU,310
|
|
@@ -132,7 +132,7 @@ csv_detective/detection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
132
132
|
csv_detective/detection/columns.py,sha256=_JtZHBr3aoEmSWh2xVe2ISnt-G7hpnA9vqlvcaGd0Go,2887
|
|
133
133
|
csv_detective/detection/encoding.py,sha256=KZ8W8BPfZAq9UiP5wgaeupYa5INU8KPz98E2L3XpX2Y,999
|
|
134
134
|
csv_detective/detection/engine.py,sha256=1Z4vzjxwPRZ9-vv8nw-zU2sgBZtOsEz0UoKjGaSwVJU,1543
|
|
135
|
-
csv_detective/detection/formats.py,sha256=
|
|
135
|
+
csv_detective/detection/formats.py,sha256=94vhRl0GQlRsp7Upkt6Sceess5qXQR5eYrWN-C-CVR8,7461
|
|
136
136
|
csv_detective/detection/headers.py,sha256=y5iR4jWH5fUtAH_Zg0zxWSVG_INCHlXJFMbhPpI2YMo,1148
|
|
137
137
|
csv_detective/detection/rows.py,sha256=quf3ZTTFPOo09H-faZ9cRKibb1QGHEKHlpivFRx2Va4,742
|
|
138
138
|
csv_detective/detection/separator.py,sha256=XjeDBqhiBxVfkCPJKem9BAgJqs_hOgQltc_pxrH_-Tg,1547
|
|
@@ -150,10 +150,10 @@ csv_detective/parsing/csv.py,sha256=fJkjKvyk7InkNnYKtmivyi48mmcwvrha7gvZ5J4-86A,
|
|
|
150
150
|
csv_detective/parsing/excel.py,sha256=sKD5PRN1TlzPPOKFnZ3VRb0r1yIjPLlpxVWmZQeLYFk,7027
|
|
151
151
|
csv_detective/parsing/load.py,sha256=C3M8nvgWenOb8aDFi5dpDGCoAw9EBqr4EB63zbz2M14,3699
|
|
152
152
|
csv_detective/parsing/text.py,sha256=uz8wfmNTQnOd_4fjrIZ_5rxmFmgrg343hJh2szB73Hc,1770
|
|
153
|
-
csv_detective-0.9.
|
|
153
|
+
csv_detective-0.9.3.dev1915.dist-info/licenses/LICENSE,sha256=A1dQrzxyxRHRih02KwibWj1khQyF7GeA6SqdOU87Gk4,1088
|
|
154
154
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
155
|
tests/test_example.py,sha256=uTWswvUzBWEADGXZmMAdZvKhKvIjvT5zWOVVABgCDN4,1987
|
|
156
|
-
tests/test_fields.py,sha256
|
|
156
|
+
tests/test_fields.py,sha256=-6wwuqNmGUIxpNn4u9_OmgqgS95uKWBtahDGy3iw3NI,12566
|
|
157
157
|
tests/test_file.py,sha256=ZL0Jx499RUpmKFvcPQVnAeafSbyc23fqwt93ZrYg9GE,10258
|
|
158
158
|
tests/test_labels.py,sha256=Y0XlOpztCyV65pk7iAS_nMMfdysoBujlBmz10vHul9A,469
|
|
159
159
|
tests/test_structure.py,sha256=GRDYKy0UcdqlN4qglzsRC0puFj5cb-SVvONjvcPvtAA,1400
|
|
@@ -161,8 +161,8 @@ tests/test_validation.py,sha256=ie-Xf0vk6-M6GQq-x7kY5yse1EmXfxQkbaV7fR3fvYo,3308
|
|
|
161
161
|
venv/bin/activate_this.py,sha256=NRy3waFmwW1pOaNUp33wNN0vD1Kzkd-zXX-Sgl4EiVI,1286
|
|
162
162
|
venv/bin/jp.py,sha256=7z7dvRg0M7HzpZG4ssQID7nScjvQx7bcYTxJWDOrS6E,1717
|
|
163
163
|
venv/bin/runxlrd.py,sha256=YlZMuycM_V_hzNt2yt3FyXPuwouMCmMhvj1oZaBeeuw,16092
|
|
164
|
-
csv_detective-0.9.
|
|
165
|
-
csv_detective-0.9.
|
|
166
|
-
csv_detective-0.9.
|
|
167
|
-
csv_detective-0.9.
|
|
168
|
-
csv_detective-0.9.
|
|
164
|
+
csv_detective-0.9.3.dev1915.dist-info/METADATA,sha256=9HxUTSbsVUzmqObgTsqSMbjSQkNgxZxdZp6OdImjUN0,9767
|
|
165
|
+
csv_detective-0.9.3.dev1915.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
166
|
+
csv_detective-0.9.3.dev1915.dist-info/entry_points.txt,sha256=JjweTReFqKJmuvkegzlew2j3D5pZzfxvbEGOtGVGmaY,56
|
|
167
|
+
csv_detective-0.9.3.dev1915.dist-info/top_level.txt,sha256=cYKb4Ok3XgYA7rMDOYtxysjSJp_iUA9lJjynhVzue8g,30
|
|
168
|
+
csv_detective-0.9.3.dev1915.dist-info/RECORD,,
|
tests/test_fields.py
CHANGED
|
File without changes
|
{csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{csv_detective-0.9.2.dev1896.dist-info → csv_detective-0.9.3.dev1915.dist-info}/top_level.txt
RENAMED
|
File without changes
|