Q. Write the output for the Python statement based on the dataframe cricket provided below.


     Name    Age    Score
0    Sachin    26    87
1    Dhoni    25    67
2    Virat    25    89
3    Rohit    24    55
4    Shikhar    31    47

df ['Age'].quantile ([0.25, 0.5, 0.75])


Answer :-

0.25    25.0
0.50    25.0
0.75    26.0

Post a Comment

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

Previous Post Next Post