InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operations are supported on Time Frames?(a) idxmax(b) ixmax(c) ixmin(d) none of the mentionedThis question was addressed to me during an interview for a job.My question comes from Time Deltas in section Data Analysis with Python of Data Science |
|
Answer» RIGHT option is (a) idxmax Easiest explanation - Operands can ALSO appear in a REVERSED ORDER. |
|