JuliaDataFrameΒΆ

jobject.spad line 1395 [edit on github]

Julia DataFrames support

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> JuliaObject

from JuliaObjectType

coerce: % -> OutputForm

from CoercibleTo OutputForm

convert: % -> String

from ConvertibleTo String

copy: % -> %

from Aggregate

elt: (%, Integer) -> JuliaObject

from JuliaObjectAggregate

elt: (%, JuliaSymbol) -> JuliaObject

from JuliaObjectAggregate

empty?: % -> Boolean

from Aggregate

empty: () -> %

from Aggregate

eq?: (%, %) -> Boolean

from Aggregate

jdframe: (JuliaFloat64Matrix, List JuliaSymbol) -> %

jdframe(a, ls) returns a data frame from data a and column names ls.

jdframe: JuliaFloat64Matrix -> %

jdframe(array) returns an automatically created data frame.

jlAbout: % -> Void

from JuliaObjectType

jlApply: (String, %) -> %

from JuliaObjectType

jlApply: (String, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %, %, %) -> %

from JuliaObjectType

jlDescribe: % -> %

jlDescribe(df) returns basic statistics about df.

jlDisplay: % -> Void

from JuliaObjectType

jlId: % -> JuliaInt64

from JuliaObjectType

jlObject: () -> String

from JuliaObjectType

jlRef: % -> SExpression

from JuliaObjectType

jlref: String -> %

from JuliaObjectType

jlType: % -> String

from JuliaObjectType

latex: % -> String

from SetCategory

less?: (%, NonNegativeInteger) -> Boolean

from Aggregate

matrix: % -> JuliaObject

matrix(df) returns a copy of the internal DataFrame matrix.

more?: (%, NonNegativeInteger) -> Boolean

from Aggregate

mutable?: % -> Boolean

from JuliaObjectType

nothing?: % -> Boolean

from JuliaObjectType

qelt: (%, Integer) -> JuliaObject

from JuliaObjectAggregate

qelt: (%, JuliaSymbol) -> JuliaObject

from JuliaObjectAggregate

sample: %

from Aggregate

size?: (%, NonNegativeInteger) -> Boolean

from Aggregate

string: % -> String

from JuliaObjectType

Aggregate

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JuliaObjectAggregate

JuliaObjectType

JuliaType

SetCategory