median() method belongs to ....................module in Python
Answers
Answered by
4
Answer:
Python median() is an inbuilt function of the statistics module in python..
sahi huwa toh like warna report....
♔〘Ł€Ǥ€ŇĐ〙♔τнänκ чöü♥
Answered by
0
Hi there !
median function is inbuilt in Python generally used for data analysis and statistics
but you must import it first using the
import statistic
and then start using it
here example syntax
import statistics
data1 = [ 2, -2, 3, 6, 9, 4, 5 -1]
print("Median Of Data Is: ", statistics.median(data1)
OUTPUT:
Median Of Data Is: 3.5
Hope Its Helping You
Mark It As Brainliest
Similar questions
India Languages,
5 months ago
French,
5 months ago
Social Sciences,
5 months ago
Math,
9 months ago
History,
9 months ago
English,
1 year ago