Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit a78c1fd

Browse files
authored
delete extension limetations (#780)
1 parent 3d4771e commit a78c1fd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

sdc/datatypes/hpat_pandas_series_functions.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,6 @@ def hpat_pandas_series_corr(self, other, method='pearson', min_periods=None):
22232223
Limitations
22242224
-----------
22252225
- 'method' parameter accepts only 'pearson' value. Other values are not supported
2226-
- Unsupported mixed numeric and string data
22272226
22282227
Examples
22292228
--------
@@ -5067,10 +5066,6 @@ def hpat_pandas_series_cov(self, other, min_periods=None):
50675066
50685067
Pandas API: pandas.Series.cov
50695068
5070-
Limitations
5071-
-----------
5072-
- Unsupported mixed numeric and string data
5073-
50745069
Examples
50755070
--------
50765071
.. literalinclude:: ../../../examples/series/series_cov.py
@@ -5149,7 +5144,6 @@ def hpat_pandas_series_pct_change(self, periods=1, fill_method='pad', limit=None
51495144
51505145
Limitations
51515146
-----------
5152-
- Unsupported mixed numeric and string data
51535147
- Parameters limit, freq are currently unsupported by Intel Scalable Dataframe Compiler
51545148
- This function may reveal slower performance than Pandas* on user system. Users should exercise a tradeoff
51555149
between staying in JIT-region with that function or going back to interpreter mode.

0 commit comments

Comments
 (0)