InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method produces a data ranking with ties being assigned the mean of the ranks for the group?(a) rank(b) dense_rank(c) partition_rank(d) none of the mentionedI have been asked this question in examination.Enquiry is from Computational tools topic in section Data Analysis with Python of Data Science |
|
Answer» Correct answer is (a) rank |
|