JLDataFrameΒΆ
jobject.spad line 1725 [edit on github]
Julia DataFrames support
- #: % -> NonNegativeInteger
from Aggregate
- coerce: % -> JLObject
from JLObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- elt: (%, Integer) -> JLObject
from JLObjectAggregate
- elt: (%, JLSymbol) -> JLObject
from JLObjectAggregate
- jdframe: (JLFloat64Matrix, List JLSymbol) -> %
jdframe(a, ls)returns a data frame from data a and column namesls. For example: example{df:=jdframe(nrand(7,3),[a,b,jsymc])} example{df.b}
- jdframe: JLFloat64Matrix -> %
jdframe(array)returns an automatically created data frame.
- jlAbout: % -> Void
from JLObjectType
- jlApply: (String, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %, %, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %, %, %, %) -> JLObject
from JLObjectType
- jlDescribe: % -> %
jlDescribe(df)returns basic statistics aboutdf.
- jlDisplay: % -> Void
from JLObjectType
- jlDump: JLObject -> Void
from JLObjectType
- jlFieldNames: % -> JLObject
from JLObjectType
- jlGetField: (%, JLSymbol) -> JLObject
from JLObjectType
- jlGetProperty: (%, JLSymbol) -> JLObject
from JLObjectType
- jlId: % -> JLInt64
from JLObjectType
- jlObject: () -> String
from JLObjectType
- jlPropertyNames: % -> JLObject
from JLObjectType
- jlRef: % -> SExpression
from JLObjectType
- jlref: String -> %
from JLObjectType
- jlText: (%, String) -> List String
from JLObjectType
- jlType: % -> String
from JLObjectType
- latex: % -> String
from SetCategory
- less?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- matrix: % -> JLObject
matrix(df)returns a copy of the internal DataFrame matrix.
- more?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType
- qelt: (%, Integer) -> JLObject
from JLObjectAggregate
- qelt: (%, JLSymbol) -> JLObject
from JLObjectAggregate
- size?: (%, NonNegativeInteger) -> Boolean
from Aggregate