csv-detective 0.7.4.dev969__py3-none-any.whl → 0.7.5.dev980__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/__init__.py +1 -1
- {csv_detective-0.7.4.dev969.data → csv_detective-0.7.5.dev980.data}/data/share/csv_detective/CHANGELOG.md +4 -0
- {csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/METADATA +1 -1
- {csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/RECORD +10 -10
- {csv_detective-0.7.4.dev969.data → csv_detective-0.7.5.dev980.data}/data/share/csv_detective/LICENSE.AGPL.txt +0 -0
- {csv_detective-0.7.4.dev969.data → csv_detective-0.7.5.dev980.data}/data/share/csv_detective/README.md +0 -0
- {csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/LICENSE.AGPL.txt +0 -0
- {csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/WHEEL +0 -0
- {csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/entry_points.txt +0 -0
- {csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/top_level.txt +0 -0
csv_detective/__init__.py
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Current (in progress)
|
|
4
4
|
|
|
5
|
+
- Nothing yet
|
|
6
|
+
|
|
7
|
+
## 0.7.4 (2024-11-15)
|
|
8
|
+
|
|
5
9
|
- Enable calling main functions from base [#97](https://github.com/datagouv/csv-detective/pull/97)
|
|
6
10
|
- Better detection of ints and floats [#94](https://github.com/datagouv/csv-detective/pull/94)
|
|
7
11
|
- Better handle NaN values [#96](https://github.com/datagouv/csv-detective/pull/96)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
csv_detective/__init__.py,sha256=
|
|
1
|
+
csv_detective/__init__.py,sha256=giVhs0g13y4U2H0WiVBLcrvytcMxQ1LiCd2i03XITwQ,83
|
|
2
2
|
csv_detective/cli.py,sha256=Ua7SE1wMH2uFUsTmfumh4nJk7O06okpMd2gvjUDO1II,1048
|
|
3
3
|
csv_detective/detection.py,sha256=AuXlPOZfzqznZY2ybAAgaXIq6qVITYd3MXf2CoigI3I,22097
|
|
4
4
|
csv_detective/explore_csv.py,sha256=X5yZS3WCUsafUMcs5tOnDTeMGzMnfr0iB9vEDx7xiqg,16977
|
|
@@ -125,17 +125,17 @@ csv_detective/detect_labels/temp/date/__init__.py,sha256=GrIbo64WVM3hi7ShBRKKyKU
|
|
|
125
125
|
csv_detective/detect_labels/temp/datetime_iso/__init__.py,sha256=Ih9l56nBcdmGLyWDavVUWuUUuVZBz9QUDE1hHzADvVg,1157
|
|
126
126
|
csv_detective/detect_labels/temp/datetime_rfc822/__init__.py,sha256=DQ_h4uDW1e6qu2rATEhgGKw6O-vVi7HbDhbEDDCT9uY,1175
|
|
127
127
|
csv_detective/detect_labels/temp/year/__init__.py,sha256=zPF_mvhzhXMAlHPAskS8mhuxjLj2AlKpV4ss8Q4tDms,1150
|
|
128
|
-
csv_detective-0.7.
|
|
129
|
-
csv_detective-0.7.
|
|
130
|
-
csv_detective-0.7.
|
|
128
|
+
csv_detective-0.7.5.dev980.data/data/share/csv_detective/CHANGELOG.md,sha256=4ABp5UF2L6tPg-eK7Dj6NWgnFnkU74BwhrMzrRGJ2Lw,6585
|
|
129
|
+
csv_detective-0.7.5.dev980.data/data/share/csv_detective/LICENSE.AGPL.txt,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
|
|
130
|
+
csv_detective-0.7.5.dev980.data/data/share/csv_detective/README.md,sha256=Qr8xRXc-dxQ-tdXCpCTCKp1Uliqq84r0UOlPRNuGCpI,9506
|
|
131
131
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
132
132
|
tests/test_fields.py,sha256=Uq9eJaK3D8b_lDd_4Q3aMGUHP4NkrpY6g07LUnJcDDc,10587
|
|
133
133
|
tests/test_file.py,sha256=1fEOu3bArGBaarRKAoTXAF3cSIGJfFN3UIwOW6esWRs,6399
|
|
134
134
|
tests/test_labels.py,sha256=6MOKrGznkwU5fjZ_3oiB6Scmb480Eu-9geBJs0UDLds,159
|
|
135
135
|
tests/test_structure.py,sha256=SVsnluVoIIprYw_67I1_gB3cp9m1wlO8C7SpdsLW8cM,1161
|
|
136
|
-
csv_detective-0.7.
|
|
137
|
-
csv_detective-0.7.
|
|
138
|
-
csv_detective-0.7.
|
|
139
|
-
csv_detective-0.7.
|
|
140
|
-
csv_detective-0.7.
|
|
141
|
-
csv_detective-0.7.
|
|
136
|
+
csv_detective-0.7.5.dev980.dist-info/LICENSE.AGPL.txt,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
|
|
137
|
+
csv_detective-0.7.5.dev980.dist-info/METADATA,sha256=U3bGCQBrGNtgHc5kIuteE4nRrMG6G__xyuko0mWdmJY,1089
|
|
138
|
+
csv_detective-0.7.5.dev980.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
|
139
|
+
csv_detective-0.7.5.dev980.dist-info/entry_points.txt,sha256=JjweTReFqKJmuvkegzlew2j3D5pZzfxvbEGOtGVGmaY,56
|
|
140
|
+
csv_detective-0.7.5.dev980.dist-info/top_level.txt,sha256=M0Nv646VHo-49zWjPkwo2C48UmtfddV8_9mEZeIxy8Q,20
|
|
141
|
+
csv_detective-0.7.5.dev980.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/LICENSE.AGPL.txt
RENAMED
|
File without changes
|
|
File without changes
|
{csv_detective-0.7.4.dev969.dist-info → csv_detective-0.7.5.dev980.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|