bach.Series.median
median
(partition=None, skipna=True)Returns the median in each partition or for all values if none is given.
Parameters
partition(Union[GroupBy, DataFrame]) – The partition or window to applyskipna(bool) – onlyskipna=Truesupported. This means NULL values are ignored.
Returns
a new Series with the aggregation applied
Return type
bach.series.series.SeriesSubType