gooddata-pandas 1.19.0__py3-none-any.whl → 1.21.0__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.

Potentially problematic release.


This version of gooddata-pandas might be problematic. Click here for more details.

@@ -2,7 +2,6 @@
2
2
  from __future__ import annotations
3
3
 
4
4
  from typing import Optional, Tuple, Union
5
- from warnings import warn
6
5
 
7
6
  import pandas
8
7
  from gooddata_api_client import models
@@ -184,15 +183,6 @@ class DataFrameFactory:
184
183
 
185
184
  return self.for_items(columns, filter_by=filter_by, auto_index=auto_index)
186
185
 
187
- def for_insight(self, insight_id: str, auto_index: bool = True) -> pandas.DataFrame:
188
- warn(
189
- "This method is deprecated and it will be removed in v1.20.0 release. "
190
- "Please use 'for_visualization' method instead.",
191
- DeprecationWarning,
192
- stacklevel=2,
193
- )
194
- return self.for_visualization(insight_id, auto_index)
195
-
196
186
  def result_cache_metadata_for_exec_result_id(self, result_id: str) -> ResultCacheMetadata:
197
187
  """
198
188
  Retrieves result cache metadata for given :result_id:
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gooddata-pandas
3
- Version: 1.19.0
3
+ Version: 1.21.0
4
4
  Summary: GoodData Cloud to pandas
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-pandas.readthedocs.io/en/v1.19.0
8
+ Project-URL: Documentation, https://gooddata-pandas.readthedocs.io/en/v1.21.0
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,pandas,series,data,frame,data_frame,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 5 - Production/Stable
@@ -22,7 +22,7 @@ Classifier: Typing :: Typed
22
22
  Requires-Python: >=3.8.0
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE.txt
25
- Requires-Dist: gooddata-sdk ~=1.19.0
25
+ Requires-Dist: gooddata-sdk ~=1.21.0
26
26
  Requires-Dist: pandas <2.0.0,>=1.0.0
27
27
 
28
28
  # GoodData Pandas
@@ -1,14 +1,14 @@
1
1
  gooddata_pandas/__init__.py,sha256=Ta3qIIDq7kBRUsYSV3aC69AQBFvFvhtWDQucgP-l88w,297
2
2
  gooddata_pandas/_version.py,sha256=YxaAwfP9Yw10sit_vyhVfHJQBAzUUwtm5p0BItfBFx8,225
3
3
  gooddata_pandas/data_access.py,sha256=X8NKYtwWKFEfXvgrUbybuQmg1cub5pAhFtDCFMyzffY,18748
4
- gooddata_pandas/dataframe.py,sha256=ryKKhiZAY6vi-uuRB-Oar60X3ARo8EAow5P4Bq1ZcJk,13413
4
+ gooddata_pandas/dataframe.py,sha256=YwjkuO6PzqSfQTaB1Bsn2VuQHvxyiYL75xIW2iI7t3M,13007
5
5
  gooddata_pandas/good_pandas.py,sha256=ePEm2Lmeiftz5td0BLC71q7my5Aj8aABn3xV0myRmqI,3444
6
6
  gooddata_pandas/py.typed,sha256=u_MS29sadlaIqGRPYFjWml5u0gQnoQfvbsf9pu3TZJU,94
7
7
  gooddata_pandas/result_convertor.py,sha256=6k9-Z6Jgtej2yPcR2iftKd2c6e8OwSEDkiil2o-zjP0,25892
8
8
  gooddata_pandas/series.py,sha256=wTvJR_I0FUteyxo4RwHzP20eU7rei0dP8ZdqfrLbf5c,5759
9
9
  gooddata_pandas/utils.py,sha256=PpkB6oWacRxYY9S-RbEZm9Jdblo4bgAzrmHzV9MlMPQ,7223
10
- gooddata_pandas-1.19.0.dist-info/LICENSE.txt,sha256=CTs8U6T7MmKBKFFiQYARwgCfWgUzdosq01DI298WFiY,77209
11
- gooddata_pandas-1.19.0.dist-info/METADATA,sha256=sx4BWTpTfzkMOmr-57xlWpUUKZFBPsMXHiO9uMtcH18,2827
12
- gooddata_pandas-1.19.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
13
- gooddata_pandas-1.19.0.dist-info/top_level.txt,sha256=B7K_WFxlxplJbEbv5Mf0YhX74dbOpTPgDX-W6I7CssI,16
14
- gooddata_pandas-1.19.0.dist-info/RECORD,,
10
+ gooddata_pandas-1.21.0.dist-info/LICENSE.txt,sha256=CTs8U6T7MmKBKFFiQYARwgCfWgUzdosq01DI298WFiY,77209
11
+ gooddata_pandas-1.21.0.dist-info/METADATA,sha256=0k2pzgDfXY0eTRUVy0lTTyd7Y57yf7alDpWszDsplqM,2827
12
+ gooddata_pandas-1.21.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
13
+ gooddata_pandas-1.21.0.dist-info/top_level.txt,sha256=B7K_WFxlxplJbEbv5Mf0YhX74dbOpTPgDX-W6I7CssI,16
14
+ gooddata_pandas-1.21.0.dist-info/RECORD,,