Issue in Practice Exam for Section 3: Pandas Series
Regarding the practice exam for Section 3: Pandas Series , I believe the answer for question No. 5 seems incorrect. Could you please verify this and inform me of the correct answer? I think that the index of min and max value after sorting should be 0 and 3
1 answers ( 0 marked as helpful)
Hi Panthakarn!
Thanks for reaching out.
The order of the values in the
Hope this helps.
Kind regards,
Martin
Thanks for reaching out.
The order of the values in the
numbers
list is [15, 17, 1000, 345]
. In addition, as you suggest, in programming we start counting from 0. So, please revise the positions of the numbers you are referring to as minimum and maximum values from the list. Hope this helps.
Kind regards,
Martin