I have a image column in a SFrame along with an image_array column.
when I do
sframe['image'].show()
instead of showing the actual images it shows summary of the image column along with value,count and percent. How should I show the actual image when I call the show method?