Hello guys! I've stuck at this: I have pandas Dataframe with a lot of columns. One column contains dictionaries with emoji like {'count': 1, 'name': 'fire'}. My goal is to sort rows of this Dataframe by the number from 'count'. Like first row will be with {'count': 49, 'name': '+1'}, the last - {'count': 1, 'name': 'fire'}, for instance. Help, please :)
Best regards, Kateryna _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com