Q. Consider the following Python code and write the output for statement S1.


import pandas as pd

K = pd.series([2, 4, 6, 8, 10, 12, 14])
K.quantile([0.50,0.75])

Answer :-

0.50  8.0
0.75  11.0

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post