i wanted to ask if anyone has managed to figure out a way to plot the images, since the dataset is basically values of pixels, i thought it would be intuitive to try and plot the corresponding images. the problem that i faced is that i didn't know how many pixels are in an image, i tried grouping them based on similar ids but that didn't work. if anyone has figured a way to do this please let us know :D .
Hey,
I don't think it is actually pixels that we received ( or at least not in the common definition of what a pixel is ).
My understanding is that this is a time series dataset ( see the "time" column ). Each row represents a day and each (column) value, I believe, is an agggreagtion ( most likely the mean ) of those said pixels.
It makes sense, because the data spans over 3 years ( with a 5-day interval between each observation ), and providing the raw data for this full period would have been challenging.
thank you for the clarification