RMagic, IPython and Summary Information
问题 Following the example here http://www.randalolson.com/2013/01/14/filling-in-pythons-gaps-in-statistics-packages-with-rmagic/ I tried the same on a different data set found here, in an IPython notebook. https://github.com/burakbayramli/kod/blob/master/delltest/dell.tgz from pandas import * orders = read_csv("dell.csv",sep=",") %load_ext rmagic %R -i orders print(summary(orders)) I get Length Class Mode [1,] 25 -none- list [2,] 25 -none- list [3,] 25 -none- list .. However the same in R data <-