This is the teddy Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:50:22 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
teddy
A data framework for Common Lisp, wanna be like Pandas for Python.
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
asdf-finalizers
(system).
teddy/data-frame
(system).
teddy/index
(system).
teddy/stats
(system).
teddy/print
(system).
teddy/plot
(system).
teddy/data-frame
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
cl-ascii-table
(system).
hu.dwim.def
(system).
list-of
(system).
rutils
(system).
alexandria
(system).
simplified-types
(system).
teddy/utils
(system).
teddy/utils
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
hu.dwim.def
(system).
simplified-types
(system).
teddy/index
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
eazy-gnuplot
(system).
hu.dwim.def
(system).
rutils
(system).
teddy/data-frame
(system).
teddy/stats
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
lhstats
(system).
hu.dwim.def
(system).
rutils
(system).
teddy/data-frame
(system).
teddy/print
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
cl-ascii-table
(system).
hu.dwim.def
(system).
rutils
(system).
teddy/utils
(system).
teddy/plot
Alexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
eazy-gnuplot
(system).
hu.dwim.def
(system).
teddy/data-frame
(system).
alexandria
(system).
Files are sorted by type and then listed depth-first from the systems components trees.
teddy/teddy.asd
teddy/data-frame/file-type.lisp
teddy/utils/file-type.lisp
teddy/index/file-type.lisp
teddy/stats/file-type.lisp
teddy/print/file-type.lisp
teddy/plot/file-type.lisp
teddy/data-frame/file-type.lisp
teddy/data-frame
(system).
column-idx
(function).
data-frame
(class).
get-columns
(reader method).
make-iterator
(function).
scalar
(generic function).
get-column
(function).
get-column-names
(reader method).
get-types
(reader method).
head
(function).
make-data-frame
(function).
num-columns
(function).
num-rows
(function).
slice
(function).
tail
(function).
teddy/utils/file-type.lisp
teddy/utils
(system).
ensure-vector
(function).
infer-type
(function).
vector-to-list
(function).
teddy/index/file-type.lisp
teddy/index
(system).
make-index
(function).
scalar
(method).
index
(class).
index-column
(reader method).
index-data-frame
(reader method).
index-positions
(reader method).
row-index
(function).
teddy/stats/file-type.lisp
teddy/stats
(system).
stats
(function).
teddy/print/file-type.lisp
teddy/print
(system).
print-object
(method).
set-num-digits-after-point
(function).
make-value-formatter
(function).
teddy/plot/file-type.lisp
teddy/plot
(system).
plot
(function).
plot-timeseries
(function).
filename->terminal
(function).
Packages are listed by definition order.
teddy/plot
common-lisp
.
plot
(function).
plot-timeseries
(function).
filename->terminal
(function).
teddy/index
common-lisp
.
make-index
(function).
scalar
(generic function).
index
(class).
index-column
(generic reader).
index-data-frame
(generic reader).
index-positions
(generic reader).
row-index
(function).
teddy/data-frame
common-lisp
.
column-idx
(function).
data-frame
(slot).
data-frame
(class).
get-columns
(generic reader).
make-iterator
(function).
scalar
(generic function).
set-num-digits-after-point
(function).
get-column
(function).
get-column-names
(generic reader).
get-types
(generic reader).
head
(function).
make-data-frame
(function).
make-value-formatter
(function).
num-columns
(function).
num-rows
(function).
slice
(function).
tail
(function).
teddy/utils
common-lisp
.
ensure-vector
(function).
infer-type
(function).
vector-to-list
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Returns a number of the column
Returns a function from zero arguments which will return
a next row on each call. When all rows will be returned,
iterator will return nil.
Rows are returned as lists.
Plots a timeseries where axis x has a timestamp values.
If column for axis y is not given, then second column will be used.
Returns a new dataframe where each column holds different stats on corresponding columns from original data-frame.
data-frame
)) ¶A vector of column vectors
Returns a cell content corresponding to the row-idx and column-name.
data-frame
) row-idx column-name) ¶Returns a cell content corresponding to the row-idx and column-name.
Column names
(simple-array string (*))
:names
This slot is read-only.
A list of columns
simple-vector
:types
This slot is read-only.
A vector of column vectors
(simple-array simple-vector (*))
:columns
This slot is read-only.
Transforms string or pathname into a list suitable for passing as :terminal value to eazy-gnuplot:gp-setup.
Returns column by name
Internal function to getting the row index by the value.
data-frame
)) ¶Column names
data-frame
)) ¶A list of columns
teddy/data-frame:data-frame
:data-frame
This slot is read-only.
:column
This slot is read-only.
hash-table
(make-hash-table :test (quote equal))
This slot is read-only.
Jump to: | C E F G H I M N P R S T V |
---|
Jump to: | C E F G H I M N P R S T V |
---|
Jump to: | C D N P S T |
---|
Jump to: | C D N P S T |
---|
Jump to: | C D F I P S T |
---|
Jump to: | C D F I P S T |
---|