sibi-dst 0.3.48__py3-none-any.whl → 0.3.50__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.
@@ -3,7 +3,7 @@ from concurrent.futures import ThreadPoolExecutor
3
3
  import clickhouse_connect
4
4
  import pandas as pd
5
5
  from clickhouse_driver import Client
6
- from dask.dataframe import dd
6
+ import dask.dataframe as dd
7
7
 
8
8
  from .log_utils import Logger
9
9
 
@@ -2,7 +2,8 @@ import dask.dataframe as dd
2
2
  import pandas as pd
3
3
 
4
4
  from .log_utils import Logger
5
-
5
+ import warnings
6
+ warnings.filterwarnings("ignore", message="Sorting a Dask DataFrame is expensive and may not be efficient")
6
7
 
7
8
  class DfUtils:
8
9
  def __init__(self, logger=None):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sibi-dst
3
- Version: 0.3.48
3
+ Version: 0.3.50
4
4
  Summary: Data Science Toolkit
5
5
  Author: Luis Valverde
6
6
  Author-email: lvalverdeb@gmail.com
@@ -9,14 +9,15 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
11
  Classifier: Programming Language :: Python :: 3.13
12
+ Provides-Extra: complete
12
13
  Requires-Dist: apache-airflow-client (>=2.10.0,<3.0.0)
13
14
  Requires-Dist: chardet (>=5.2.0,<6.0.0)
14
15
  Requires-Dist: charset-normalizer (>=3.4.0,<4.0.0)
15
16
  Requires-Dist: clickhouse-connect (>=0.8.7,<0.9.0)
16
17
  Requires-Dist: clickhouse-driver (>=0.2.9,<0.3.0)
17
- Requires-Dist: dask[complete] (>=2024.11.1,<2025.0.0)
18
- Requires-Dist: django (>=5.1.4,<6.0.0)
19
- Requires-Dist: djangorestframework (>=3.15.2,<4.0.0)
18
+ Requires-Dist: dask[complete] (>=2025.3.0,<2026.0.0)
19
+ Requires-Dist: django (>=5.1.4,<6.0.0) ; extra == "complete"
20
+ Requires-Dist: djangorestframework (>=3.15.2,<4.0.0) ; extra == "complete"
20
21
  Requires-Dist: folium (>=0.19.4,<0.20.0)
21
22
  Requires-Dist: geopandas (>=1.0.1,<2.0.0)
22
23
  Requires-Dist: geopy (>=2.4.1,<3.0.0)
@@ -40,13 +40,13 @@ sibi_dst/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  sibi_dst/tests/test_data_wrapper_class.py,sha256=6uFmZR2DxnxQz49L5jT2ehlKvlLnpUHMLFB_PqqUq7k,3336
41
41
  sibi_dst/utils/__init__.py,sha256=ecBkVoWRqzljPRpmufl0FFWqTJNsVa56e4ahgKwRojM,1017
42
42
  sibi_dst/utils/airflow_manager.py,sha256=-d44EKUZNYJyp4wuNwRvilRQktunArPOB5fZuWdQv10,7526
43
- sibi_dst/utils/clickhouse_writer.py,sha256=JE_WMsnLTlxoABIDLuvrDUVHkTidlev8gSC4krDag3M,9879
43
+ sibi_dst/utils/clickhouse_writer.py,sha256=iAUe4_Kn2WR1xZjpLW2FOWCWfOTw6fCGMTUcWxIQJ60,9877
44
44
  sibi_dst/utils/credentials.py,sha256=cHJPPsmVyijqbUQIq7WWPe-lIallA-mI5RAy3YUuRME,1724
45
45
  sibi_dst/utils/data_from_http_source.py,sha256=AcpKNsqTgN2ClNwuhgUpuNCx62r5_DdsAiKY8vcHEBA,1867
46
46
  sibi_dst/utils/data_utils.py,sha256=MqbwXk33BuANWeKKmsabHouhb8GZswSmbM-VetWWE-M,10357
47
47
  sibi_dst/utils/data_wrapper.py,sha256=pIIQxeHknUeQd0YbISkAhL-xYBK4OdijoATBY-oBznw,12114
48
48
  sibi_dst/utils/date_utils.py,sha256=7cqgC6WEcfkh6BKTgq-kyig4H9rf_0VzpySPYElSo_0,18359
49
- sibi_dst/utils/df_utils.py,sha256=GAX0lthULTmGaDvYzuLmo0op7YKaCM5uot403QpztoM,11278
49
+ sibi_dst/utils/df_utils.py,sha256=TzIAUCLbgOn3bvCFvzkc1S9YU-OlZTImdCj-88dtg8g,11401
50
50
  sibi_dst/utils/file_utils.py,sha256=Z99CZ_4nPDIaZqbCfzzUDfAYJjSudWDj-mwEO8grhbc,1253
51
51
  sibi_dst/utils/filepath_generator.py,sha256=-HHO0U-PR8fysDDFwnWdHRlgqksh_RkmgBZLWv9hM7s,6669
52
52
  sibi_dst/utils/log_utils.py,sha256=eSAbi_jmMpJ8RpycakzT4S4zNkqVZDj3FY8WwnxpdXc,4623
@@ -74,6 +74,6 @@ sibi_dst/v2/df_helper/core/_params_config.py,sha256=DYx2drDz3uF-lSPzizPkchhy-kxR
74
74
  sibi_dst/v2/df_helper/core/_query_config.py,sha256=Y8LVSyaKuVkrPluRDkQoOwuXHQxner1pFWG3HPfnDHM,441
75
75
  sibi_dst/v2/utils/__init__.py,sha256=6H4cvhqTiFufnFPETBF0f8beVVMpfJfvUs6Ne0TQZNY,58
76
76
  sibi_dst/v2/utils/log_utils.py,sha256=rfk5VsLAt-FKpv6aPTC1FToIPiyrnHAFFBAkHme24po,4123
77
- sibi_dst-0.3.48.dist-info/METADATA,sha256=qAa_qymJtVC8Iu39XHBec3SMXciuDvXy5ncpL1QDE38,6545
78
- sibi_dst-0.3.48.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
79
- sibi_dst-0.3.48.dist-info/RECORD,,
77
+ sibi_dst-0.3.50.dist-info/METADATA,sha256=_dUt_ZYu2Qu7ps0JDtbRTsBWw-eVLY6aeUD8ilDs12A,6613
78
+ sibi_dst-0.3.50.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
79
+ sibi_dst-0.3.50.dist-info/RECORD,,