It would be nice to see summary of the SFrame, something similar to what pandas DataFrame gives you with methods .info()
and .describe()
What is the easiest way to do this except sf.to_dataframe().info()
, sf.to_dataframe().describe()
?
UPD: Where SFrame is DataFrame implementation by Turi, that has less functionality than pandas, but significantly faster. https://github.com/turi-code/SFrame