Image dataype issue

Hello people,

There is this “fake” data set of generated images similar to the MNIST dataset.

This data format inside is cryptic to me and my python skills. In pandas data it appears as a bytes type, yet i can"t manage to get the pixel values out of it.

I am struggeling to get this data set into the same format as the original MNIST data set. The original is a pandas data Frame with 785 columns. 784 for the 28x28 pixels and 1 column for the label.
Any suggestions how i can get the pixel values out into an numpy array, list, or pandas data frame would make me super happy

If there is anyone who can help me, i’d be really thankful
Kind regards Felix