JuliaDataFrameΒΆ
jobject.spad line 1395 [edit on github]
Julia DataFrames support
- coerce: % -> JuliaObject
from JuliaObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- elt: (%, Integer) -> JuliaObject
from JuliaObjectAggregate
- elt: (%, JuliaSymbol) -> JuliaObject
from JuliaObjectAggregate
- jdframe: (JuliaFloat64Matrix, List JuliaSymbol) -> %
jdframe(a, ls)
returns a data frame from data a and column namesls
.
- 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 aboutdf
.
- 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
- size?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- string: % -> String
from JuliaObjectType