This is the teddy Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:48:50 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
teddyA 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-frameAlexander 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/utilsAlexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
hu.dwim.def (system).
simplified-types (system).
teddy/indexAlexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
eazy-gnuplot (system).
hu.dwim.def (system).
rutils (system).
teddy/data-frame (system).
teddy/statsAlexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
lhstats (system).
hu.dwim.def (system).
rutils (system).
teddy/data-frame (system).
teddy/printAlexander Artemenko <svetlyak.40wt@gmail.com>
UNLICENSE
cl-ascii-table (system).
hu.dwim.def (system).
rutils (system).
teddy/utils (system).
teddy/plotAlexander 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.asdteddy/data-frame/file-type.lispteddy/utils/file-type.lispteddy/index/file-type.lispteddy/stats/file-type.lispteddy/print/file-type.lispteddy/plot/file-type.lispteddy/data-frame/file-type.lispteddy/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.lispteddy/utils (system).
ensure-vector (function).
infer-type (function).
vector-to-list (function).
teddy/index/file-type.lispteddy/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.lispteddy/stats (system).
stats (function).
teddy/print/file-type.lispteddy/print (system).
print-object (method).
set-num-digits-after-point (function).
make-value-formatter (function).
teddy/plot/file-type.lispteddy/plot (system).
plot (function).
plot-timeseries (function).
filename->terminal (function).
Packages are listed by definition order.
teddy/plotcommon-lisp.
plot (function).
plot-timeseries (function).
filename->terminal (function).
teddy/indexcommon-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-framecommon-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/utilscommon-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 |
|---|