You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TomAugspurger, I found pandas-dev/pandas#22509 by chasing down an error in part 2. You use the broken form of groupby().transform('rank') in "Chaining methods", to create this graph:
If you use dep_time.rank() instead you get the correct result