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

Commit 67329d0

Browse files
authored
correct doc for Series.median (#778)
1 parent 910778a commit 67329d0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sdc/datatypes/hpat_pandas_series_functions.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4562,7 +4562,8 @@ def hpat_pandas_series_median(self, axis=None, skipna=None, level=None, numeric_
45624562
45634563
Limitations
45644564
-----------
4565-
- Parameters ``axis``, ``level`` and ``numeric_only`` are currently unsupported by Intel Scalable Dataframe Compiler
4565+
4566+
- Parameters ``axis``, ``level`` and ``numeric_only`` are supported only with default value ``None``.
45664567
45674568
Examples
45684569
--------
@@ -4575,6 +4576,10 @@ def hpat_pandas_series_median(self, axis=None, skipna=None, level=None, numeric_
45754576
.. command-output:: python ./series/series_median.py
45764577
:cwd: ../../../examples
45774578
4579+
.. seealso::
4580+
:ref:`DataFrame.median <pandas.DataFrame.median>`
4581+
Return the median of the values for the columns.
4582+
45784583
Intel Scalable Dataframe Compiler Developer Guide
45794584
*************************************************
45804585
Pandas Series method :meth:`pandas.Series.median` implementation.

0 commit comments

Comments
 (0)