You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for specifying colnames describes it as expecting an Array{String,1} when the actual function expects an Array{Symbol,1}. (Note that the tests also test using an array of Symbols.)
The text was updated successfully, but these errors were encountered:
The example for specifying
colnames
describes it as expecting anArray{String,1}
when the actual function expects anArray{Symbol,1}
. (Note that the tests also test using an array of Symbols.)The text was updated successfully, but these errors were encountered: