MapGrid allows you to convert an array of maps or structs to a tabular structure,
which includes the key on top and adds the values below as arrays. Usefull for
ecto queries exporting to CSV using nimble_csv for instance.
MapGrid allows you to convert an array of maps or structs to a tabular structure, which includes the key on top and adds the values below as arrays. Usefull for ecto queries exporting to CSV using nimble_csv for instance.