Awesome! Thank you :-)
-- you have earned Featured Contributor Badge Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!
Note: DatasetFromList is a small utility function:
DatasetFromList
DatasetFromList[header_, rows_] := Dataset[AssociationThread[header,#]&/@rows]