I think the statement on pg 91 is incorrect:
'find the five youngest players in nba without using the nsmallest method?'
To find the five youngest players we would need to use the nlargest method. The nlargest on datetimes produces the latest values.
I think the statement on pg 91 is incorrect:
'find the five youngest players in nba without using the nsmallest method?'
To find the five youngest players we would need to use the nlargest method. The nlargest on datetimes produces the latest values.