mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #25494: Merge with 3.4
This commit is contained in:
commit
32dcf40af0
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ def median_high(data):
|
|||
|
||||
|
||||
def median_grouped(data, interval=1):
|
||||
""""Return the 50th percentile (median) of grouped continuous data.
|
||||
"""Return the 50th percentile (median) of grouped continuous data.
|
||||
|
||||
>>> median_grouped([1, 2, 2, 3, 4, 4, 4, 4, 4, 5])
|
||||
3.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue