When I was trying to get the rows of my dataset belonging to column of userid =1 through graphlab's sframe datastructure, sf[sf['userid'] == 1]
,
I got the rows,however I also got this message, [? rows x 6 columns]
Note: Only the head of the SFrame is printed. This SFrame is lazily evaluated.
You can use sf.materialize() to force materialization.
I have gone through the documention, yet I can't understand what sf.materialize() do! could someone help me out here.
@harishaaram It is a method from graphlab library, so use as