pandas-in-action
pandas-in-action copied to clipboard
pg 91
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.