I've a very simple csv which is in-fact a a matrix
row/data, field_1, field_2, field_3
row_1, 223, 231, 5454
row_2, 4545, 4343, 23423
row_3, 3433, 325454, 34343
I would like to generate a heatmap in python with the axis labels being the field names and the rows names.
What is the recommended library to use for that task?