Resampler.
median
Compute median of groups, excluding missing values.
For multiple groupings, the result index will be a MultiIndex
Include only float, int, boolean columns. If None, will attempt to use everything, then use only numeric data.
Median of values within each group.
See also
Series.groupby
DataFrame.groupby