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
Nice tutorial! I've found a place that could be improved:
sort2.sort_index(level='Category', inplace=True)
print("\nSort by Category, then Subcategory, then UPC EAN, then Description, then Date, then Deparment:")
What it actually does is "Sort by Category, then Date, then Deparment, then Subcategory, then UPC EAN, then Description,"
Hi, Zax!
Nice tutorial! I've found a place that could be improved:
What it actually does is "Sort by Category, then Date, then Deparment, then Subcategory, then UPC EAN, then Description,"
I've referenced your tutorial in my "Pandas Illustrated" guide: https://news.ycombinator.com/item?id=34550735
Best regards,
Lev
The text was updated successfully, but these errors were encountered: