2015-09-10 18 views

回答

2

我測試了showallJuliaBox,它工作正常。

using DataFrames 
df = DataFrame(A=1:200, B=rand(200)) 
Out[]:only showing the first 30 rows 

showall(df) 
Out[]:showing all rows 
相關問題